aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-convert.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2003-06-19 21:43:59 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-19 21:43:59 +0200
commit35b1a6faebd652c6d95cc709ddf8af02ff0feced (patch)
treefd1cc81909b4c6acb6b6330a8a8b58659c5e5ba3 /gcc/c-convert.c
parent6dab8d4cdf065d4045132d01e9c2556bdcab4195 (diff)
downloadgcc-35b1a6faebd652c6d95cc709ddf8af02ff0feced.zip
gcc-35b1a6faebd652c6d95cc709ddf8af02ff0feced.tar.gz
gcc-35b1a6faebd652c6d95cc709ddf8af02ff0feced.tar.bz2
c-aux-info.c: Convert to ISO C99.
* c-aux-info.c: Convert to ISO C99. * c-pragma.c: Likewise. * c-common.c: Likewise. * c-common.h: Likewise. * c-convert.c: Likewise. * c-cppbuiltin.c: Likewise. * c-dump.c: Likewise. * c-decl.c: Likewise * c-format.c: Likewise. * c-incpath.c: Likewise. * c-incpath.h: Likewise. From-SVN: r68218
Diffstat (limited to 'gcc/c-convert.c')
-rw-r--r--gcc/c-convert.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/c-convert.c b/gcc/c-convert.c
index 3c0a21a..ce095ac 100644
--- a/gcc/c-convert.c
+++ b/gcc/c-convert.c
@@ -1,5 +1,6 @@
/* Language-level data type conversion for GNU C.
- Copyright (C) 1987, 1988, 1991, 1998, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1991, 1998, 2002, 2003
+ Free Software Foundation, Inc.
This file is part of GCC.
@@ -62,8 +63,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
not permitted by the language being compiled. */
tree
-convert (type, expr)
- tree type, expr;
+convert (tree type, tree expr)
{
tree e = expr;
enum tree_code code = TREE_CODE (type);