diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-01-17 16:01:04 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-17 16:01:04 +0000 |
commit | 957e47632b18edc2f802b74087e690185a8423c8 (patch) | |
tree | ec493418ac7831f4cce49b0e46d96fd0218e12e1 /gcc/print-rtl.c | |
parent | 58782098af9dfb58f6fc42800748c45252965923 (diff) | |
download | gcc-957e47632b18edc2f802b74087e690185a8423c8.zip gcc-957e47632b18edc2f802b74087e690185a8423c8.tar.gz gcc-957e47632b18edc2f802b74087e690185a8423c8.tar.bz2 |
print-rtl.c: PROTO -> PARAMS.
* print-rtl.c: PROTO -> PARAMS.
* real.c: Likewise.
* reg-stack.c: Likewise.
* resource.c: Likewise.
* sdbout.h: Likewise.
* simplify-rtx.c: Likewise.
* stor-layout.c: Likewise.
* stupid.c: Likewise.
* xcoffout.c: Likewise.
* xcoffout.h: Likewise.
From-SVN: r31463
Diffstat (limited to 'gcc/print-rtl.c')
-rw-r--r-- | gcc/print-rtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c index e54b2b4..c498a3d 100644 --- a/gcc/print-rtl.c +++ b/gcc/print-rtl.c @@ -52,7 +52,7 @@ static int sawclose = 0; static int indent; -static void print_rtx PROTO ((rtx)); +static void print_rtx PARAMS ((rtx)); /* Nonzero means suppress output of instruction numbers and line number notes in debugging dumps. |