From c8340e70f881dbb95d5238e588a7e985f6f04816 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 3 Mar 2009 20:13:45 -0800 Subject: Change to fix the build problems with bison 1.28 (in RHEL 4.6) Signed-off-by: Anand V. Avati --- libglusterfs/src/spec.l | 1 - libglusterfs/src/spec.y | 1 - 2 files changed, 2 deletions(-) (limited to 'libglusterfs/src') diff --git a/libglusterfs/src/spec.l b/libglusterfs/src/spec.l index 209589df1af..341689c3a22 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 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 -- cgit