Terminate the line containing the #if expression before passing it to the
parser. git-svn-id: svn://svn.cc65.org/cc65/trunk@3743 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1064,6 +1064,7 @@ static int DoIf (int Skip)
|
|||||||
* the following line.
|
* the following line.
|
||||||
*/
|
*/
|
||||||
SB_AppendStr (Line, ";;");
|
SB_AppendStr (Line, ";;");
|
||||||
|
SB_Terminate (Line);
|
||||||
|
|
||||||
/* Load CurTok and NextTok with tokens from the new input */
|
/* Load CurTok and NextTok with tokens from the new input */
|
||||||
NextToken ();
|
NextToken ();
|
||||||
|
|||||||
Reference in New Issue
Block a user