Fixed CAN HAS STDIO? bug

This commit is contained in:
Justin J. Meza 2010-10-15 09:16:16 -07:00
parent 2fe8ec204a
commit bfe73bf400
4 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
CAN HAS STDIO?
HAI 1.2
KTHXBYE

View File

@ -0,0 +1 @@
This test checks that the include statement ``CAN HAS STDIO?'' is ignored.

View File

@ -296,6 +296,7 @@ Token **tokenizeLexemes(LexemeList *list) /**< [in] A pointer to a LexemeList st
&& !strcmp(list->lexemes[n + 2]->image, "STDIO?")) {
n += 2;
/* Just for fun; not actually in spec */
continue;
}
/* Newline */
/* Note that the spec is unclear as to whether a command *must* follow