We not in C anymore.

This commit is contained in:
Enyby
2019-09-23 01:54:27 +03:00
parent e7b11110a3
commit f383c27728

View File

@@ -413,7 +413,6 @@ public class LexState extends Constants {
else else
break; break;
} }
save('\0');
String str = new String(buff, 0, nbuff); String str = new String(buff, 0, nbuff);
str2d(str, seminfo); str2d(str, seminfo);
} }