OSDN Git Service

* unprotoize.c: Define UNPROTOIZE first, to actually take effect.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jan 1998 10:12:31 +0000 (10:12 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jan 1998 10:12:31 +0000 (10:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17420 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/unprotoize.c

index 2099924..f2abe2d 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jan 19 10:14:55 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * unprotoize.c: Define UNPROTOIZE first, to actually take effect.
+
 Mon Jan 19 10:11:52 1998  Richard Henderson  <rth@cygnus.com>
 
        * configure.in: Add cpp stringify test.
index ce3ee7b..bebac0a 100644 (file)
@@ -1,2 +1,2 @@
-#include "protoize.c"
 #define UNPROTOIZE
+#include "protoize.c"