Update for scanner.
authorBrian Aker <brian@tangent.org>
Wed, 30 Jan 2013 02:46:06 +0000 (21:46 -0500)
committerBrian Aker <brian@tangent.org>
Wed, 30 Jan 2013 02:46:06 +0000 (21:46 -0500)
libmemcached/csl/scanner.l

index 4bb5c30cc4f930a7e0f292046c0c17ea6d369398..bb233d6f2f0f4b4816589a80bad13b6228a143d8 100644 (file)
 
 %}
 
+%option nostdinit
 %option 8bit
+%option warn
 %option bison-bridge
 %option never-interactive
 %option case-insensitive
+%option nodefault
 %option noinput
 %option nounput
 %option noyywrap
 %option perf-report
 %option prefix="config_"
 %option reentrant
-%option warn
 
 %%