Fixed a bug in FuncStrAt. New shortcut function GenLiteral0().
git-svn-id: svn://svn.cc65.org/cc65/trunk@3605 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -59,7 +59,7 @@ void DoEnum (void)
|
||||
{
|
||||
/* Start at zero */
|
||||
long Offs = 0;
|
||||
ExprNode* BaseExpr = GenLiteralExpr (0);
|
||||
ExprNode* BaseExpr = GenLiteral0 ();
|
||||
|
||||
/* Check for a name */
|
||||
int Anon = (Tok != TOK_IDENT);
|
||||
|
||||
Reference in New Issue
Block a user