diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-31 01:08:43 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-31 01:08:43 +0000 |
commit | 6f2c2693f7ca65a692e88bcc8f74ca73e4462c37 (patch) | |
tree | ee92d17300eb95b03e9b66263bbb9e1407851aa2 /gcc/ada/cuintp.c | |
parent | 84b5e3f34b717e4431cde5f4e24c1dda7d548a42 (diff) | |
download | gcc-6f2c2693f7ca65a692e88bcc8f74ca73e4462c37.tar.gz |
C90 prototype updates.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73113 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/cuintp.c')
-rw-r--r-- | gcc/ada/cuintp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/cuintp.c b/gcc/ada/cuintp.c index 80ed5b588bf..2c8967af8bf 100644 --- a/gcc/ada/cuintp.c +++ b/gcc/ada/cuintp.c @@ -57,9 +57,7 @@ resulting node. */ tree -UI_To_gnu (Input, type) - Uint Input; - tree type; +UI_To_gnu (Uint Input, tree type) { tree gnu_ret; |