* mbchar.h: Add missing #endif.

From-SVN: r29788
This commit is contained in:
Jeffrey A Law 1999-10-03 20:16:30 +00:00 committed by Jeff Law
parent f400f2b600
commit 1f4915dcb3
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Sun Oct 3 14:14:16 1999 Jeffrey A Law (law@cygnus.com)
* mbchar.h: Add missing #endif.
* t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
(FPBIT, DPBIT): Define.

View File

@ -38,3 +38,4 @@ extern int local_mb_cur_max PROTO ((void));
/* The locale being used for multibyte characters in string/char literals. */
extern char *literal_codeset;
#endif /* MULTIBYTE_CHARS */
#endif