]> git.saurik.com Git - bison.git/commitdiff
(yyloc_default): Remove; not used.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Oct 2004 22:19:44 +0000 (22:19 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Oct 2004 22:19:44 +0000 (22:19 +0000)
data/glr.c

index 6c2f3b129c67b1a5a5d71e0b49ff148a24be529c..9dc6be1938d0c2baf47cea94d2d11dd81b2bfaac 100644 (file)
@@ -205,13 +205,12 @@ typedef struct YYLTYPE
 # define YYLTYPE_IS_TRIVIAL 1
 #endif
 
-/* Default (constant) values used for initialization for null
+/* Default (constant) value used for initialization for null
    right-hand sides.  Unlike the standard yacc.c template,
-   here we set the default values of $$ and $@@ to zeroed-out
-   values.  Since the default value of these quantities is undefined,
+   here we set the default value of $$ to a zeroed-out value.
+   Since the default value of these quantities is undefined,
    this behavior is technically correct. */
 static YYSTYPE yyval_default;
-static YYLTYPE yyloc_default;
 
 /* Copy the second part of user declarations.  */
 ]b4_post_prologue[