]> git.draconx.ca Git - cdecl99.git/blobdiff - src/scan.l
Bundle scripts to help re-bootstrap the package.
[cdecl99.git] / src / scan.l
index ad90afecaa7d27f8f8032e8d14a260bb357e7371..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 never-interactive
+%option nodefault noyywrap bison-locations reentrant never-interactive
 %option extra-type="_Bool"
 %option prefix="cdecl__yy"