From 4c1cee834ea0d7d2ce988e6ac1215ec2331e9f28 Mon Sep 17 00:00:00 2001 From: ghazi Date: Mon, 17 Jan 2000 14:51:05 +0000 Subject: * All files: PROTO -> PARAMS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31456 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ch/lang.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ch/lang.c') 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. */ -- cgit v1.2.1