CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/07/11 12:17:11
Index: src/m4.h =================================================================== RCS file: /sources/m4/m4/src/m4.h,v retrieving revision 1.1.1.1.2.15 retrieving revision 1.1.1.1.2.16 diff -u -b -r1.1.1.1.2.15 -r1.1.1.1.2.16 --- src/m4.h 7 Jul 2006 20:20:38 -0000 1.1.1.1.2.15 +++ src/m4.h 11 Jul 2006 12:17:11 -0000 1.1.1.1.2.16 @@ -36,6 +36,11 @@ # define W32_NATIVE 1 #endif +/* Canonicalize OS/2 recognition macro. */ +#ifdef __EMX__ +# define OS2 1 +#endif + /* FIXME - we no longer need this ansi2knr hack. */ #define _(Args) Args
