Commit 65516804 authored by Alexandre Julliard's avatar Alexandre Julliard

libs/wpp: Specify the bison name prefix directly in the source file.

parent 2f8c51f5
......@@ -21,7 +21,7 @@ $(MODULE): $(OBJS)
$(RANLIB) $@
ppy.tab.c ppy.tab.h: ppy.y
$(BISON) -ppp -d -t $(SRCDIR)/ppy.y -o ppy.tab.c
$(BISON) -d $(SRCDIR)/ppy.y -o ppy.tab.c
# hack to allow parallel make
ppy.tab.h: ppy.tab.c
......
......@@ -123,6 +123,8 @@ static int nmacro_args;
%}
%name-prefix="pp"
%union{
int sint;
unsigned int uint;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment