# LEX.H -- Symbolic constants used by lexing routines define LEX_ERROR -1 # string did not match lexical pattern define LEX_OKAY 0 # string exactly matched pattern define LEX_MORE 1 # tail of string did not match pattern