DtMmdb: repair lex source in compression dir.
This commit is contained in:
@@ -6,3 +6,13 @@ libcompression_la_CXXFLAGS = -I..
|
||||
|
||||
libcompression_la_SOURCES = abs_agent.C zip.C huffman.C trie.C code.C lzss.C \
|
||||
sgml.C ps.C
|
||||
|
||||
AM_LFLAGS = -8 -s
|
||||
|
||||
CLEANFILES = sgml.C ps.C
|
||||
|
||||
sgml.C: sgml.ll
|
||||
$(LEX) $(AM_LFLAGS) -P sgml -o $@ $<
|
||||
|
||||
ps.C: ps.ll
|
||||
$(LEX) $(AM_LFLAGS) -P ps -o $@ $<
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -42,9 +42,6 @@ static unsigned char yybuf[LBUFSIZ];
|
||||
static int yybuf_sz = LBUFSIZ;
|
||||
static int yybuffed = 0;
|
||||
|
||||
#undef yywrap
|
||||
int yywrap();
|
||||
|
||||
#undef YY_INPUT
|
||||
#define YY_INPUT(buf,result,max_size) \
|
||||
{ \
|
||||
File diff suppressed because it is too large
Load Diff
@@ -43,10 +43,6 @@ static unsigned char yybuf[LBUFSIZ];
|
||||
static int yybuf_sz = LBUFSIZ;
|
||||
static int yybuffed = 0;
|
||||
|
||||
|
||||
#undef yywrap
|
||||
int yywrap();
|
||||
|
||||
#undef YY_INPUT
|
||||
#define YY_INPUT(buf,result,max_size) \
|
||||
{ \
|
||||
Reference in New Issue
Block a user