Merge in change such that we now use "config_" as the prepend on the
[awesomized/libmemcached] / libmemcached / options / scanner.l
index 7949e93daeae93d8c25562c2235333eec90d452d..67fdb96d4903f0bb5adaabdd17fa56e8f19b4c1a 100644 (file)
@@ -30,7 +30,6 @@
 #include <libmemcached/options/symbol.h>
 
 #define YY_EXTRA_TYPE Context*
-#define YY_USER_ACTION yylloc->first_line = yylineno;
 
 }
 
@@ -61,16 +60,15 @@ static void get_lex_chars(char* buffer, int& result, int max_size, Context *cont
 
 %}
 
+%option 8bit
 %option bison-bridge
-%option bison-locations
 %option case-insensitive
 %option debug
 %option nounput
 %option noyywrap
-%option yylineno
 %option outfile="libmemcached/options/scanner.cc" header-file="libmemcached/options/scanner.h"
 %option perf-report
-%option prefix="libmemcached_"
+%option prefix="config_"
 %option reentrant
 
 %%