From a53a740a2a1cb6cbfa58cc79caedd4e947ff1ca0 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 28 Nov 2010 18:27:48 +0000 Subject: * clef/: Add using directive at toplevel. * etc/: Likewise. * graph/: Likewise. * hyper/: Likewise. * lib/: Likewise. * sman/: Likewise. * Makefile.am (OA_SMAN_TARGETS): New. (OA_GRAPHICS_TARGETS): Likewise. --- src/hyper/lex.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/hyper/lex.c') diff --git a/src/hyper/lex.c b/src/hyper/lex.c index 1b828a08..aa3e4c91 100644 --- a/src/hyper/lex.c +++ b/src/hyper/lex.c @@ -66,8 +66,6 @@ #include "debug.h" #include "sockio.h" -int useAscii; - #define PARSER 1 #include "halloc.h" @@ -75,10 +73,16 @@ int useAscii; #include "node.h" #include "cfuns.h" +using namespace OpenAxiom; + static int get_char1(void ); static void spad_error_handler(void ); static int keyword_type(void ); + + +int useAscii; + extern int gTtFontIs850; extern HDWindow *gWindow; -- cgit v1.2.3