1
0
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:
cuz
2002-12-12 17:40:58 +00:00
parent e84a1c068b
commit 4e2110a7a9
4 changed files with 111 additions and 53 deletions
-3
View File
@@ -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 */