X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/c034cd7dee803c5e4057ff8069103231ad431463..1b9e87d8cac4e24034cb4d8f5c42824bac507772:/src/scan.l diff --git a/src/scan.l b/src/scan.l index ad90afe..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 never-interactive +%option nodefault noyywrap bison-locations reentrant never-interactive %option extra-type="_Bool" %option prefix="cdecl__yy"