]> git.saurik.com Git - bison.git/blobdiff - src/scan-gram.l
* src/symtab.c (symbol_free): Remove dead deactivated code:
[bison.git] / src / scan-gram.l
index 8f18c355f40a4301a8958dca5d985a6fbf7215ee..da92baafe6ebe1c2262178dd338b43c125d0afc6 100644 (file)
@@ -27,6 +27,7 @@
 #include "mbswidth.h"
 #include "complain.h"
 #include "quote.h"
+#include "struniq.h"
 #include "getargs.h"
 #include "gram.h"
 #include "reader.h"
@@ -301,7 +302,8 @@ splice       (\\[ \f\t\v]*\n)*
   "<"{tag}">" {
     obstack_grow (&string_obstack, yytext + 1, yyleng - 2);
     YY_OBS_FINISH;
-    yylval->string = last_string;
+    yylval->struniq = struniq_new (last_string);
+    YY_OBS_FREE;
     return TYPE;
   }