mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Packaged toy as a dll
This commit is contained in:
@@ -59,9 +59,11 @@ static void consume(Parser* parser, TokenType tokenType, const char* msg) {
|
||||
}
|
||||
|
||||
static void synchronize(Parser* parser) {
|
||||
#ifndef TOY_EXPORT
|
||||
if (command.verbose) {
|
||||
fprintf(stderr, ERROR "synchronizing\n" RESET);
|
||||
}
|
||||
#endif
|
||||
|
||||
while (parser->current.type != TOKEN_EOF) {
|
||||
switch(parser->current.type) {
|
||||
|
||||
Reference in New Issue
Block a user