summaryrefslogtreecommitdiff
path: root/gcc/prefix.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/prefix.c')
-rw-r--r--gcc/prefix.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/prefix.c b/gcc/prefix.c
index 9d7bd612b0a..febec06bfee 100644
--- a/gcc/prefix.c
+++ b/gcc/prefix.c
@@ -73,12 +73,12 @@ Boston, MA 02111-1307, USA. */
static const char *std_prefix = PREFIX;
-static const char *get_key_value PROTO((char *));
-static const char *translate_name PROTO((const char *));
-static char *save_string PROTO((const char *, int));
+static const char *get_key_value PARAMS ((char *));
+static const char *translate_name PARAMS ((const char *));
+static char *save_string PARAMS ((const char *, int));
#if defined(_WIN32) && defined(ENABLE_WIN32_REGISTRY)
-static char *lookup_key PROTO((char *));
+static char *lookup_key PARAMS ((char *));
static HKEY reg_key = (HKEY) INVALID_HANDLE_VALUE;
#endif
@@ -112,7 +112,7 @@ get_key_value (key)
This function is based on the one in libiberty. */
char *
-concat VPROTO((const char *first, ...))
+concat VPARAMS ((const char *first, ...))
{
register int length;
register char *newstr;