*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / cp-name-parser.y
index d85a5bf2b7907d6d463c7d6c3e5525594fa19312..6767fa5fde5a0c7da6ee4de78d8bae99d1202ff7 100644 (file)
@@ -170,6 +170,12 @@ static struct demangle_component *d_binary (const char *,
 #define yygindex cpname_yygindex
 #define yytable         cpname_yytable
 #define yycheck         cpname_yycheck
+#define yyss   cpname_yyss
+#define yysslim        cpname_yysslim
+#define yyssp  cpname_yyssp
+#define yystacksize cpname_yystacksize
+#define yyvs   cpname_yyvs
+#define yyvsp  cpname_yyvsp
 
 int yyparse (void);
 static int yylex (void);
This page took 0.026519 seconds and 4 git commands to generate.