diff options
author | Amar Tumballi <amar@gluster.com> | 2009-03-03 20:13:45 -0800 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-03-04 14:53:10 +0530 |
commit | c8340e70f881dbb95d5238e588a7e985f6f04816 (patch) | |
tree | 831a197139dd1fa116c1067604d0a90e5673ddcd /libglusterfs | |
parent | 1b51e542b9aa7996e2753a7686c7743ffc8ecefd (diff) |
Change to fix the build problems with bison 1.28 (in RHEL 4.6)
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/spec.l | 1 | ||||
-rw-r--r-- | libglusterfs/src/spec.y | 1 |
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> |