diff options
Diffstat (limited to 'libglusterfs/src/graph.l')
| -rw-r--r-- | libglusterfs/src/graph.l | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/graph.l b/libglusterfs/src/graph.l index ff34f6ef17c..e4eba9cbef6 100644 --- a/libglusterfs/src/graph.l +++ b/libglusterfs/src/graph.l @@ -70,10 +70,10 @@ TYPE   [t][y][p][e]                                yyunput (0, NULL);                         }                         BEGIN (INITIAL); -                       yylval = text; +                       graphyylval = text;                         return STRING_TOK;         }  } -[^ \t\r\n\"\\]+ {    yylval = gf_strdup (yytext) ; return ID; } +[^ \t\r\n\"\\]+ {    graphyylval = gf_strdup (yytext) ; return ID; }  [ \t\r\n]+             ;  %%  | 
