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/prefix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/prefix.h') diff --git a/gcc/prefix.h b/gcc/prefix.h index b7c3648..5ea515f 100755 --- a/gcc/prefix.h +++ b/gcc/prefix.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #ifndef __GCC_PREFIX_H__ #define __GCC_PREFIX_H__ -extern const char *update_path PARAMS ((const char *, const char *)); -extern void set_std_prefix PARAMS ((const char *, int)); +extern const char *update_path (const char *, const char *); +extern void set_std_prefix (const char *, int); #endif /* ! __GCC_PREFIX_H__ */ -- cgit v1.2.3