summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-05-13 20:45:23 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-05-13 20:45:23 +0000
commit96ae0001f5d6f104b82e03e15aac1c6964407fb5 (patch)
tree9769820da6cb4265f37179a228eaf2d726504bc0 /ChangeLog
parenteae258051f8167114fdb82b7e6304a4b958a3cbb (diff)
2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* version.h.in (STANDARD_HURD_VERSION): Remove EXTRA argument, because cpp 3.0 is not removing any token before ##args that is not a single comma, in order to be more C99 compliant. (_SHV_SEP): Removed. (STANDARD_HURD_VERSION_EXTRA): New macro that does the job of the old macro with an extra argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 578c1b3a..88f70881 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-05-13 Marcus Brinkmann <marcus@gnu.org>
+
+ * version.h.in (STANDARD_HURD_VERSION): Remove EXTRA argument,
+ because cpp 3.0 is not removing any token before ##args that is
+ not a single comma, in order to be more C99 compliant.
+ (_SHV_SEP): Removed.
+ (STANDARD_HURD_VERSION_EXTRA): New macro that does the job of the
+ old macro with an extra argument.
+
2002-04-27 Roland McGrath <roland@frob.com>
* configure.in: Match $host_cpu of powerpc*, not just powerpc.