Fixed last fix
git-svn-id: svn://svn.cc65.org/cc65/trunk@1905 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -617,7 +617,7 @@ static void StartExpClassic (Macro* M)
|
|||||||
|
|
||||||
/* Read tokens for one parameter, accept empty params */
|
/* Read tokens for one parameter, accept empty params */
|
||||||
Last = 0;
|
Last = 0;
|
||||||
while (!TokIsSep (Tok)) {
|
while (Tok != TOK_COMMA && Tok != TOK_SEP) {
|
||||||
|
|
||||||
TokNode* T;
|
TokNode* T;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user