X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Foptions%2Fscanner.l;h=71ec83d472579e76661dbe235f8811d96e9ff99f;hb=5238132fd18ec3e16cdd81148614c1a351056660;hp=aadfdc3ba66cb917ef96c573ee2a3ddf58752c20;hpb=33d7577ea07d983cbe06f6ed3237994b7d29309b;p=awesomized%2Flibmemcached diff --git a/libmemcached/options/scanner.l b/libmemcached/options/scanner.l index aadfdc3b..71ec83d4 100644 --- a/libmemcached/options/scanner.l +++ b/libmemcached/options/scanner.l @@ -161,7 +161,7 @@ static void get_lex_chars(char* buffer, int& result, int max_size, Context *cont INCLUDE { yyextra->begin= yytext; return INCLUDE; } RESET { yyextra->begin= yytext; return RESET; } -DEBUG { yyextra->begin= yytext; return DEBUG; } +DEBUG { yyextra->begin= yytext; return PARSER_DEBUG; } SERVERS { yyextra->begin= yytext; return SERVERS; } END { yyextra->begin= yytext; return END; } ERROR { yyextra->begin= yytext; return ERROR; }