mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
define YYSTYPE_IS_DECLARED to work with bison 2.3
This commit is contained in:
parent
3bf492d2e9
commit
0bb88fa567
2
parse.y
2
parse.y
@ -35,6 +35,8 @@
|
|||||||
|
|
||||||
#include "calmwm.h"
|
#include "calmwm.h"
|
||||||
|
|
||||||
|
#define YYSTYPE_IS_DECLARED
|
||||||
|
|
||||||
TAILQ_HEAD(files, file) files = TAILQ_HEAD_INITIALIZER(files);
|
TAILQ_HEAD(files, file) files = TAILQ_HEAD_INITIALIZER(files);
|
||||||
static struct file {
|
static struct file {
|
||||||
TAILQ_ENTRY(file) entry;
|
TAILQ_ENTRY(file) entry;
|
||||||
|
Loading…
Reference in New Issue
Block a user