diff options
author | Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de> | 1998-01-13 21:10:35 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-13 14:10:35 -0700 |
commit | 6c32c807c346996582375b579a0bea46a35d1f43 (patch) | |
tree | 3ed1e519e463813d24099666c943ccde52a7bebe /gcc/unprotoize.c | |
parent | 69956def9adb10f3bba4e234004f17323f2c26fe (diff) | |
download | gcc-6c32c807c346996582375b579a0bea46a35d1f43.tar.gz |
Makefile.in (stamp-proto): Remove.
* Makefile.in (stamp-proto): Remove.
(protoize.o, unprotoize.o): Straightforward compile.
* unprotoize.c: Define UNPROTOIZE here, not in the Makefile.
From-SVN: r17343
Diffstat (limited to 'gcc/unprotoize.c')
-rw-r--r-- | gcc/unprotoize.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/unprotoize.c b/gcc/unprotoize.c index bfdb7d2e018..ce3ee7bcb98 100644 --- a/gcc/unprotoize.c +++ b/gcc/unprotoize.c @@ -1 +1,2 @@ #include "protoize.c" +#define UNPROTOIZE |