diff options
author | Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | 1998-01-19 10:12:31 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-01-19 02:12:31 -0800 |
commit | 829e1aaf72dc3e5a1c5ab6e7eacd45af4ae3212a (patch) | |
tree | e1da2543b9282157cc67e4bca5ff8118afe11066 /gcc/unprotoize.c | |
parent | 7684433709df94da85d1f0daf63c20dfea142b61 (diff) | |
download | gcc-829e1aaf72dc3e5a1c5ab6e7eacd45af4ae3212a.tar.gz |
* unprotoize.c: Define UNPROTOIZE first, to actually take effect.
From-SVN: r17420
Diffstat (limited to 'gcc/unprotoize.c')
-rw-r--r-- | gcc/unprotoize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unprotoize.c b/gcc/unprotoize.c index ce3ee7bcb98..bebac0ad183 100644 --- a/gcc/unprotoize.c +++ b/gcc/unprotoize.c @@ -1,2 +1,2 @@ -#include "protoize.c" #define UNPROTOIZE +#include "protoize.c" |