summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libglusterfs/src/spec.l1
-rw-r--r--libglusterfs/src/spec.y1
2 files changed, 0 insertions, 2 deletions
diff --git a/libglusterfs/src/spec.l b/libglusterfs/src/spec.l
index 209589df1..341689c3a 100644
--- a/libglusterfs/src/spec.l
+++ b/libglusterfs/src/spec.l
@@ -19,7 +19,6 @@
%x STRING
-%option prefix="yy"
%option yylineno
%option noinput
%{
diff --git a/libglusterfs/src/spec.y b/libglusterfs/src/spec.y
index 1d3936b05..4de77a431 100644
--- a/libglusterfs/src/spec.y
+++ b/libglusterfs/src/spec.y
@@ -19,7 +19,6 @@
%token SECTION_BEGIN SECTION_END OPTION NEWLINE SUBSECTION ID WHITESPACE COMMENT TYPE STRING_TOK
-%name-prefix="yy"
%{
#include <stdio.h>