Skip to content
Snippets Groups Projects
Commit fefeb7f6 authored by law's avatar law
Browse files

* mbchar.h: Add missing #endif.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29788 138bc75d-0d04-0410-961f-82ee72b054a4
parent 0b49e5ec
No related branches found
No related tags found
No related merge requests found
Sun Oct 3 14:14:16 1999 Jeffrey A Law (law@cygnus.com) Sun Oct 3 14:14:16 1999 Jeffrey A Law (law@cygnus.com)
* mbchar.h: Add missing #endif.
* t-fr30 (LIB2FUNCS_EXTRA): Remove definition. * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
(FPBIT, DPBIT): Define. (FPBIT, DPBIT): Define.
......
...@@ -38,3 +38,4 @@ extern int local_mb_cur_max PROTO ((void)); ...@@ -38,3 +38,4 @@ extern int local_mb_cur_max PROTO ((void));
/* The locale being used for multibyte characters in string/char literals. */ /* The locale being used for multibyte characters in string/char literals. */
extern char *literal_codeset; extern char *literal_codeset;
#endif /* MULTIBYTE_CHARS */ #endif /* MULTIBYTE_CHARS */
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment