m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/modules/traditional.c,v


From: Eric Blake
Subject: Changes to m4/modules/traditional.c,v
Date: Mon, 15 Jan 2007 14:04:29 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      07/01/15 14:04:27

Index: modules/traditional.c
===================================================================
RCS file: /sources/m4/m4/modules/traditional.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- modules/traditional.c       26 Sep 2006 13:19:26 -0000      1.5
+++ modules/traditional.c       15 Jan 2007 14:04:27 -0000      1.6
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2000, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2006, 2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -28,6 +28,15 @@
 m4_macro m4_macro_table[] =
 {
   /* name              text */
+#if UNIX
   { "unix",            "" },
-  { 0,                 0 },
+#elif W32_NATIVE
+  { "windows",         "" },
+#elif OS2
+  { "os2",             "" },
+#else
+# warning Platform macro not provided
+#endif
+  { "__traditional__", "" },
+  { NULL,              NULL },
 };




reply via email to

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