diff options
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__ */ |