We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93715a5 commit b7b9f7fCopy full SHA for b7b9f7f
m100-tokenize.lex
@@ -30,7 +30,7 @@
30
31
^[[:space:]]*[0-9]+[ ]? {
32
if (ftell(yyout) >= 0x8000) {
33
- fprintf(stderr, "Program too large to fit in 32K RAM");
+ fprintf(stderr, "Program too large to fit in 32K RAM\n");
34
exit(1);
35
}
36
ptr[nlines++] = ftell(yyout); /* Cache the location of the current line */
0 commit comments