mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Fixed the inlined strlen function
git-svn-id: svn://svn.cc65.org/cc65/trunk@1738 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -88,9 +88,6 @@ int hie10 (ExprDesc* lval);
|
||||
int hie1 (ExprDesc* lval);
|
||||
/* Parse first level of expression hierarchy. */
|
||||
|
||||
int hie0 (ExprDesc* lval);
|
||||
/* Parse comma operator (highest level of expression hierarchy) */
|
||||
|
||||
void DefineData (ExprDesc* lval);
|
||||
/* Output a data definition for the given expression */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user