X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lexer%2Fprint_helper.h;h=080ea9ddec4ff018eb21770d0434d3700076a5e3;hb=f196dae589431452a3eb37a2aa985d882f695407;hp=5daaa35fc1e0b5222fea0f948cfee92623127834;hpb=e70feb8ccefed05878cb3f714ea34ad8f8d8ddfa;p=TP_AL_C.git diff --git a/lexer/print_helper.h b/lexer/print_helper.h index 5daaa35..080ea9d 100644 --- a/lexer/print_helper.h +++ b/lexer/print_helper.h @@ -1,6 +1,8 @@ #ifndef PRINT_HELPER_H_ #define PRINT_HELPER_H_ +#include + void pr_warning(const char *format, ...); void pr_error(const char *format, ...); @@ -9,6 +11,6 @@ void pr_debug(const char *format, ...); void wpr_warning(const wchar_t *format, ...); void wpr_error(const wchar_t *format, ...); -void wprint_token(); +void wprint_token(FILE* out_file); #endif /* PRINT_HELPER_H_ */