mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
Include quotearg.h, since we need to quote C strings now.
(muscle_init): Quote filename as a C string.
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
|
#include "quotearg.h"
|
||||||
#include "files.h"
|
#include "files.h"
|
||||||
#include "muscle_tab.h"
|
#include "muscle_tab.h"
|
||||||
#include "getargs.h"
|
#include "getargs.h"
|
||||||
@@ -64,7 +65,7 @@ muscle_init (void)
|
|||||||
|
|
||||||
/* Version and input file. */
|
/* Version and input file. */
|
||||||
MUSCLE_INSERT_STRING ("version", VERSION);
|
MUSCLE_INSERT_STRING ("version", VERSION);
|
||||||
MUSCLE_INSERT_STRING ("filename", infile);
|
MUSCLE_INSERT_C_STRING ("filename", infile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user