From 7c05a5d22eb51626ff3ad90da91be86f0e9f52a7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 18 Dec 2003 18:22:35 +0000 Subject: 19315: missing mod_export definitions --- Src/lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/lex.c') diff --git a/Src/lex.c b/Src/lex.c index 88496c38c..ae7935a05 100644 --- a/Src/lex.c +++ b/Src/lex.c @@ -44,7 +44,7 @@ mod_export char *tokstr; /**/ mod_export int tok; /**/ -int tokfd; +mod_export int tokfd; /* lexical analyzer error flag */ -- cgit 1.4.1