From 673d5f3b84d276fb29233d6a3f485ccfe330be13 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 12 Nov 2009 22:48:15 -0800 Subject: Continuing wchar_t conversion. Making sure all stdio calls use wide character functions so that there is no illicit mixing. (But the goal is to replace this usage with txr streams). --- parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser.h') diff --git a/parser.h b/parser.h index da2daae3..38d0ad3f 100644 --- a/parser.h +++ b/parser.h @@ -32,5 +32,5 @@ extern const wchar_t *spec_file; extern obj_t *spec_file_str; int yyparse(void); obj_t *get_spec(void); -void yyerrorf(const char *s, ...); +void yyerrorf(const wchar_t *s, ...); void yybadtoken(int tok, const char *context); -- cgit v1.2.3