X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/f64af1a757804cd18bd1731b4634e5752b9ca0ed..b52d7c8fed34b8506751cbf3e26f878f0cc7fd7b:/src/scan.l diff --git a/src/scan.l b/src/scan.l index e59b0aa..54cea88 100644 --- a/src/scan.l +++ b/src/scan.l @@ -17,10 +17,11 @@ * along with this program. If not, see . */ +#include #include "parse.h" } -%option noyywrap bison-locations reentrant +%option nodefault noyywrap bison-locations reentrant never-interactive %option extra-type="_Bool" %option prefix="cdecl__yy"