Bringup of function definitions, switch statements with new parser

This commit is contained in:
ridiculousfish
2013-12-27 03:58:42 -08:00
parent 6ce4b344e4
commit 715823a666
9 changed files with 129 additions and 19 deletions

View File

@@ -2990,6 +2990,7 @@ const wchar_t *reader_readline(void)
is_interactive_read = 1;
c=input_readch();
is_interactive_read = was_interactive_read;
//fprintf(stderr, "C: %lx\n", (long)c);
if (((!wchar_private(c))) && (c>31) && (c != 127))
{