* mbchar.h: Add missing #endif.
authorJeffrey A Law <law@cygnus.com>
Sun, 3 Oct 1999 20:16:30 +0000 (20:16 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 3 Oct 1999 20:16:30 +0000 (14:16 -0600)
From-SVN: r29788

gcc/ChangeLog
gcc/mbchar.h

index 1eb1620..46da2ad 100644 (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.
 
index a4c019b..04e564f 100644 (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