From ecae31d652106c1f3b7429570de013c3bbf33e7a Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Tue, 16 Feb 2016 01:03:54 -0800 Subject: get rid of PROTO macros --- gcc/cppexp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/cppexp.c') diff --git a/gcc/cppexp.c b/gcc/cppexp.c index 65b9760..163211e 100755 --- a/gcc/cppexp.c +++ b/gcc/cppexp.c @@ -84,9 +84,9 @@ struct arglist { number with SUM's sign, where A, B, and SUM are all C integers. */ #define possible_sum_sign(a, b, sum) ((((a) ^ (b)) | ~ ((a) ^ (sum))) < 0) -static void integer_overflow PARAMS ((cpp_reader *)); -static long left_shift PARAMS ((cpp_reader *, long, int, unsigned long)); -static long right_shift PARAMS ((cpp_reader *, long, int, unsigned long)); +static void integer_overflow (cpp_reader *); +static long left_shift (cpp_reader *, long, int, unsigned long); +static long right_shift (cpp_reader *, long, int, unsigned long); #define ERROR 299 #define OROR 300 -- cgit v1.2.3