diff options
author | YamaArashi <shadow962@live.com> | 2016-02-16 01:03:54 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-16 01:03:54 -0800 |
commit | ecae31d652106c1f3b7429570de013c3bbf33e7a (patch) | |
tree | 6981957216b10aad71c792714a25c5750611754e /gcc/prefix.h | |
parent | 9382e1a90b218b4b93bf53c01ef163925cf224dc (diff) |
get rid of PROTO macros
Diffstat (limited to 'gcc/prefix.h')
-rwxr-xr-x | gcc/prefix.h | 4 |
1 files changed, 2 insertions, 2 deletions
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__ */ |