aboutsummaryrefslogtreecommitdiff
path: root/gcc/mbchar.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-01-17 15:37:04 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-01-17 15:37:04 +0000
commit1353681247458baa6a3df8375b786df8ace7664c (patch)
tree2c932fb63a8aa3c1db1b432e880202b0e3f267b3 /gcc/mbchar.h
parent3fe41456ed2b825719c3f4c5e4bd90c71f1fc677 (diff)
downloadgcc-1353681247458baa6a3df8375b786df8ace7664c.zip
gcc-1353681247458baa6a3df8375b786df8ace7664c.tar.gz
gcc-1353681247458baa6a3df8375b786df8ace7664c.tar.bz2
machmode.h: PROTO -> PARAMS.
* machmode.h: PROTO -> PARAMS. * mbchar.h: Likewise. * mips-tdump.c: Likewise. * mips-tfile.c: Likewise. * optabs.c: Likewise. * output.h: Likewise. * prefix.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.h: Likewise. * recog.c: Likewise. * recog.h: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * regs.h: Likewise. From-SVN: r31459
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 84060d4..fe44135 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;