[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / m4

Diff for /src/usr.bin/m4/main.c between version 1.22 and 1.23

version 1.22, 1999/11/30 22:24:20 version 1.23, 2000/01/05 16:06:14
Line 125 
Line 125 
         { "syscmd",       SYSCTYPE },          { "syscmd",       SYSCTYPE },
         { "sysval",       SYSVTYPE },          { "sysval",       SYSVTYPE },
   
 #if defined(unix) || defined(__NetBSD__) || defined(__OpenBSD__)  #if defined(unix) || defined(__unix__)
         { "unix",         MACRTYPE },          { "unix",         SELFTYPE },
 #else  #else
 #ifdef vms  #ifdef vms
         { "vms",          MACRTYPE },          { "vms",          SELFTYPE },
 #endif  #endif
 #endif  #endif
 };  };

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23