* 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 1eb16206ac7db7e7267811b7b6a2eb016b058c11..46da2ada4f07fd83fdba15646c56cfd6d32abbeb 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 a4c019bf64f4d6bca7f6b783b8f23918d2b6c8e3..04e564f7b0d7a8e699f4d083350f657685a7b259 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