Fixed last fix
git-svn-id: svn://svn.cc65.org/cc65/trunk@1905 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b6c4ff2e01
commit
66f6093ae2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue