-
ylwrap expects the generated scanner file to be lex.yy.c. The prefix feature in yacc and lex will make sure yy will be replaced by prefix (css in this case). Functions used outside the generated code will have to be correctly named (exccept YYSTYPE).
5fde254a
Loading