]> git.gag.com Git - fw/sdcc/blobdiff - support/cpp/auto-host_vc_in.h
* fixed GCC 4.4.0 mingw compilation:
[fw/sdcc] / support / cpp / auto-host_vc_in.h
index f599295821f19f6ef3c981db7d10a73ea67fc172..185f3ef0ba7fdab346b4c755308cc395d7c3b853 100644 (file)
@@ -40,7 +40,9 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.*/
 #define HAVE_STDLIB_H          1
 #define HAVE_STDDEF_H          1
 #define HAVE_LIMITS_H          1
+#ifndef __STDC__
 #define __STDC__                       1
+#endif
 
 #define ssize_t int
 
@@ -73,6 +75,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.*/
 #pragma warning( disable : 4244 )
 #pragma warning( disable : 4090 )
 #pragma warning( disable : 4022 )
-#endif  _MSC_VER
+#endif  /* _MSC_VER */
 
-#endif /*CPP_VC_H_*/
+#endif  /*CPP_VC_H_*/