small fix

This commit is contained in:
SinusFox
2023-05-09 15:17:56 +02:00
parent af79eed4ed
commit d548a90254
+1 -1
View File
@@ -17,7 +17,7 @@
#define _ERROR_ 1000 #define _ERROR_ 1000
/* functions */ /* functions */
int start(char* sourcecode); int start(char*);
int getNextCharacter(); int getNextCharacter();
int readIdentifier(); int readIdentifier();
int readNumLit(); int readNumLit();