Fiddling with -Wpedantic

This commit is contained in:
2022-08-07 21:39:21 +01:00
parent 3b89e216cc
commit ceeca9d40f
9 changed files with 50 additions and 20 deletions

View File

@@ -18,4 +18,4 @@ void writeCompiler(Compiler* compiler, Node* node);
void freeCompiler(Compiler* compiler);
//embed the header with version information, data section, code section, etc.
char* collateCompiler(Compiler* compiler, int* size);
unsigned char* collateCompiler(Compiler* compiler, int* size);