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/src/spec.y | |
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/src/spec.y')
-rw-r--r-- | libglusterfs/src/spec.y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libglusterfs/src/spec.y b/libglusterfs/src/spec.y index 1d3936b0576..4de77a431ca 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> |