* src/muscle_tab.c (getargs.h): Include it.
(muscle_init): Insert new muscle skeleton.
+2001-09-19 Pascal Bart <pascal.bart@epita.fr>
+
+ * src/bison.simple: s/%%filename/%%skeleton.
+ * src/muscle_tab.c (getargs.h): Include it.
+ (muscle_init): Insert new muscle skeleton.
+
2001-09-18 Pascal Bart <pascal.bart@epita.fr>
* src/output.c (output_parser): Delete unused variable actions_dumped.
\f
-#line %%line "%%filename"
+#line %%line "%%skeleton"
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *.
{
%%action /* The action file replaces this line. */
}
-#line %%line "%%filename"
+#line %%line "%%skeleton"
\f
yyvsp -= yylen;
yyssp -= yylen;
#include "hash.h"
#include "files.h"
#include "muscle_tab.h"
+#include "getargs.h"
struct hash_table muscle_table;
muscle_insert ("version", VERSION);
muscle_insert ("filename", infile);
+ /* Skeleton use. */
+ muscle_insert ("skeleton", skeleton);
+
/* Types. */
muscle_insert ("stype", "int");
muscle_insert ("ltype", "yyltype");