diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-13 21:10:35 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-13 21:10:35 +0000 |
commit | 122c82ed3a4c6275cac6104c6d401ad852fc336b (patch) | |
tree | 3ed1e519e463813d24099666c943ccde52a7bebe /gcc/unprotoize.c | |
parent | 90f6ef1e33a655f8921e23bdee2e9467dec4977d (diff) | |
download | gcc-122c82ed3a4c6275cac6104c6d401ad852fc336b.tar.gz |
* Makefile.in (stamp-proto): Remove.
(protoize.o, unprotoize.o): Straightforward compile.
* unprotoize.c: Define UNPROTOIZE here, not in the Makefile.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17343 138bc75d-0d04-0410-961f-82ee72b054a4
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 |