small fix
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#define _ERROR_ 1000
|
||||
|
||||
/* functions */
|
||||
int start(char* sourcecode);
|
||||
int start(char*);
|
||||
int getNextCharacter();
|
||||
int readIdentifier();
|
||||
int readNumLit();
|
||||
|
||||
Reference in New Issue
Block a user