Fixed typo
This commit is contained in:
parent
c8e15d8948
commit
1f68c75843
1 changed files with 1 additions and 1 deletions
2
c4.c
2
c4.c
|
|
@ -14,7 +14,7 @@ char *p, *lp, // current position in source code
|
|||
*data; // data/bss pointer
|
||||
|
||||
int *e, *le, // current position in emitted code
|
||||
*id, // currently parsed indentifier
|
||||
*id, // currently parsed identifier
|
||||
*sym, // symbol table (simple list of identifiers)
|
||||
tk, // current token
|
||||
ival, // current token value
|
||||
|
|
|
|||
Loading…
Reference in a new issue