summaryrefslogtreecommitdiff
path: root/gcc/mbchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/mbchar.h')
-rw-r--r--gcc/mbchar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/mbchar.h b/gcc/mbchar.h
index 84060d454ea..fe441355f89 100644
--- a/gcc/mbchar.h
+++ b/gcc/mbchar.h
@@ -31,9 +31,9 @@ Boston, MA 02111-1307, USA. */
#define ISEUCJP(c) ((c) >= 0xa1 && (c) <= 0xfe)
#define ISJIS(c) ((c) >= 0x21 && (c) <= 0x7e)
-extern int local_mbtowc PROTO ((wchar_t *, const char *, size_t));
-extern int local_mblen PROTO ((const char *, size_t));
-extern int local_mb_cur_max PROTO ((void));
+extern int local_mbtowc PARAMS ((wchar_t *, const char *, size_t));
+extern int local_mblen PARAMS ((const char *, size_t));
+extern int local_mb_cur_max PARAMS ((void));
/* The locale being used for multibyte characters in string/char literals. */
extern const char *literal_codeset;