1999-02-10 Alexandre Petit-Bianco <apbianco@cygnus.com>
* lex.c (yylex): Encode \0 as UTF8.
From-SVN: r25137
+1999-02-10 Alexandre Petit-Bianco <apbianco@cygnus.com>
+
+ * lex.c (yylex): Encode \0 as UTF8.
+
1999-02-10 Tom Tromey <tromey@cygnus.com>
* jvspec.c (lang_specific_driver): Use libgcj, not libjava.
if (c == '\\')
c = java_parse_escape_sequence ();
no_error &= (c != JAVA_CHAR_ERROR ? 1 : 0);
- if (c)
- java_unicode_2_utf8 (c);
+ java_unicode_2_utf8 (c);
}
if (c == '\n' || c == UEOF) /* ULT */
{