mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
maint: import the xmemdup0 gnulib module.
* bootstrap.conf: Require this module. * src/parse-gram.y: Include xmemdup0.h.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include "symlist.h"
|
||||
#include "scan-gram.h"
|
||||
#include "scan-code.h"
|
||||
#include "xmemdup0.h"
|
||||
|
||||
#define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N)
|
||||
static YYLTYPE lloc_default (YYLTYPE const *, int);
|
||||
|
||||
Reference in New Issue
Block a user