diff options
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 1d3936b0..4de77a43 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> |