From b6f5aadfccea8bccadd6c56b57fe6f6b80cfc213 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 23 Nov 2009 15:46:24 -0800 Subject: Improving portability. It is no longer assumed that pointers can be converted to a type long and vice versa. The configure script tries to detect the appropriate type to use. Also, some run-time checking is performed in the streams module to detect which conversions specifier strings to use for printing numbers. --- parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser.h') diff --git a/parser.h b/parser.h index 7bad9451..2a19a349 100644 --- a/parser.h +++ b/parser.h @@ -25,7 +25,7 @@ */ #include -extern long lineno; +extern cnum lineno; extern int errors; extern val yyin_stream; extern const wchar_t *spec_file; -- cgit v1.2.3