]> mj.ucw.cz Git - moe.git/blobdiff - judge/judge.h
Replaced FREE_PASCAL_RTE by a generic EXIT_CODE_HOOK.
[moe.git] / judge / judge.h
index 4290b4492001d555301dc93b6d3374fdaaf12e1f..3ac8e4cf24b42eccb88ca700207d05f46b2f237d 100644 (file)
@@ -78,7 +78,7 @@ enum tokenizer_flags {
 
 void tok_init(struct tokenizer *t, struct stream *s);
 void tok_cleanup(struct tokenizer *t);
 
 void tok_init(struct tokenizer *t, struct stream *s);
 void tok_cleanup(struct tokenizer *t);
-void tok_err(struct tokenizer *t, char *msg) NONRET;
+void tok_err(struct tokenizer *t, char *msg, ...) NONRET;
 char *get_token(struct tokenizer *t);
 
 // Parsing functions
 char *get_token(struct tokenizer *t);
 
 // Parsing functions