summaryrefslogtreecommitdiff
path: root/gcc/ch/lang.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-17 14:51:05 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-17 14:51:05 +0000
commit4c1cee834ea0d7d2ce988e6ac1215ec2331e9f28 (patch)
treea795bc24901a55520035de502c1befbaa5c5f73c /gcc/ch/lang.c
parent96d05fa3adf48ee49c3f2c13fdd7431e0ea4c240 (diff)
downloadgcc-4c1cee834ea0d7d2ce988e6ac1215ec2331e9f28.tar.gz
* All files: PROTO -> PARAMS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31456 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch/lang.c')
-rw-r--r--gcc/ch/lang.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ch/lang.c b/gcc/ch/lang.c
index 8abecf712cb..fdc7f4ca2a3 100644
--- a/gcc/ch/lang.c
+++ b/gcc/ch/lang.c
@@ -52,8 +52,8 @@ extern FILE* finput;
extern int maximum_field_alignment;
-static int deep_const_expr PROTO ((tree));
-static void chill_print_error_function PROTO ((const char *));
+static int deep_const_expr PARAMS ((tree));
+static void chill_print_error_function PARAMS ((const char *));
/* return 1 if the expression tree given has all
constant nodes as its leaves; return 0 otherwise. */