2005-03-29 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Tue, 29 Mar 2005 18:13:42 +0000 (18:13 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Tue, 29 Mar 2005 18:13:42 +0000 (18:13 -0000)
* dis-cil.c, dump.c: Add mono-compiler.h header to allow/ease
compilation with non-GCC compilers.

svn path=/trunk/mono/; revision=42348

mono/dis/ChangeLog
mono/dis/dis-cil.c
mono/dis/dump.c

index 5213d29798e86803eb0196a96f2cd07cbe9140d1..b42e41b906a2bbbde6e47ecd276a7e6320d35dc9 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * dis-cil.c, dump.c: Add mono-compiler.h header to allow/ease 
+       compilation with non-GCC compilers.
+
 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
 
        * get.c (dis_stringify_marshal_spec): Fix this after recent runtime
index 1358cdd73b92857562631a1807f1c0148579932d..31baafbbb326d43006e15d8b5e4e771300b704f1 100644 (file)
@@ -18,6 +18,7 @@
 #include "dump.h"
 #include "dis-cil.h"
 #include "mono/metadata/opcodes.h"
+#include "mono/utils/mono-compiler.h"
 
 #ifdef HAVE_IEEEFP_H
 #include <ieeefp.h>
index 0b8ed6b3e713008d9d24ecf8fc8c819779f7d597..a3ed4480ff08f9fb6d9812ff2ee77404664ef0b0 100644 (file)
@@ -17,6 +17,7 @@
 #include "get.h"
 #include "mono/metadata/loader.h"
 #include "mono/metadata/class.h"
+#include "mono/utils/mono-compiler.h"
 
 #ifdef HAVE_IEEEFP_H
 extern int isinf (double);