From 28aeada5c757a5a997526f74a471cf0c56c6b473 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 21 May 2008 11:30:55 +0000 Subject: * graph/Gdraws/Makefile.in (HEADERS): Don't include hash.H1. * include/halloc.h: Rename from include/halloc.H1. * include/lex.H1: Remove. * include/hterror.H1: Likewise. * hyper/halloc.c: Likewise. * hyper/hash.c: Likewise. * hyper/Makefile.in (hypertex_SOURCES): Don't include hash.c, halloc.c. --- src/hyper/lex.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/hyper/lex.c') diff --git a/src/hyper/lex.c b/src/hyper/lex.c index aaff7b3a..80acb07e 100644 --- a/src/hyper/lex.c +++ b/src/hyper/lex.c @@ -71,12 +71,17 @@ int useAscii; #include "lex.h" #include "all_hyper_proto.H1" +#include "halloc.h" #include "sockio.h" #include #include +static int get_char1(void ); +static void spad_error_handler(void ); +static int keyword_type(void ); + extern int gTtFontIs850; @@ -535,7 +540,7 @@ BeStruct *top_be_stack; void -push_be_stack(int type,char * id) +push_be_stack(int type, const char* id) { BeStruct *be = (BeStruct *) halloc(sizeof(BeStruct), "BeginENd stack"); @@ -548,7 +553,7 @@ push_be_stack(int type,char * id) return; } void -check_and_pop_be_stack(int type,char * id) +check_and_pop_be_stack(int type, const char* id) { BeStruct *x; @@ -594,7 +599,7 @@ clear_be_stack(void) } int -be_type(char *which) +be_type(const char* which) { Token store; -- cgit v1.2.3