]> git.draconx.ca Git - cdecl99.git/blobdiff - src/scan.l
Fix testcase compilation with --disable-shared.
[cdecl99.git] / src / scan.l
index e59b0aae85bc73bd121a051d008e0422aa672136..54cea88717622f138a74f11841b73e9170f9f328 100644 (file)
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "parse.h"
 }
 
-%option noyywrap bison-locations reentrant
+%option nodefault noyywrap bison-locations reentrant never-interactive
 %option extra-type="_Bool"
 %option prefix="cdecl__yy"