m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/src/m4.h


From: Gary V . Vaughan
Subject: Changes to m4/src/m4.h
Date: Wed, 04 May 2005 18:56:01 -0400

Index: m4/src/m4.h
diff -u m4/src/m4.h:1.15 m4/src/m4.h:1.16
--- m4/src/m4.h:1.15    Wed May  4 22:02:07 2005
+++ m4/src/m4.h Wed May  4 22:55:59 2005
@@ -24,6 +24,14 @@
 # include <config.h>
 #endif
 
+/* Canonicalise Windows and Cygwin recognition macros.  */
+#if defined(__CYGWIN32__) && !defined(__CYGWIN__)
+# define __CYGWIN__ __CYGWIN32__
+#endif
+#if defined(_WIN32) && !defined(WIN32)
+# define WIN32 _WIN32
+#endif
+
 #include <sys/types.h>
 #include <stdio.h>
 #include <ctype.h>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]