resolved line ending warnings

This commit is contained in:
GruelingPine185
2022-09-23 18:16:53 -04:00
parent 2b0b678e25
commit ecbfcc28b5
11 changed files with 9 additions and 11 deletions

View File

@@ -23,4 +23,4 @@ TOY_API void initLexer(Lexer* lexer, char* source);
Token scanLexer(Lexer* lexer);
//for debugging
void printToken(Token* token);
void printToken(Token* token);