escape from a conflict with a define from autoconf on PACKAGE
This commit is contained in:
parent
103a7c29cc
commit
e00ad48d91
|
@ -335,7 +335,7 @@ char *key;
|
|||
addhtitem (pt_hash, namealloc("others") , OTHERS );
|
||||
addhtitem (pt_hash, namealloc("out") , _OUT );
|
||||
|
||||
addhtitem (pt_hash, namealloc("package") , PACKAGE );
|
||||
addhtitem (pt_hash, namealloc("package") , _PACKAGE );
|
||||
addhtitem (pt_hash, namealloc("port") , PORT );
|
||||
addhtitem (pt_hash, namealloc("procedure") , PROCEDURE );
|
||||
addhtitem (pt_hash, namealloc("process") , PROCESS );
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
%token ON
|
||||
%token OPEN
|
||||
%token OTHERS
|
||||
%token PACKAGE
|
||||
%token _PACKAGE
|
||||
%token PORT
|
||||
%token PROCEDURE
|
||||
%token PROCESS
|
||||
|
|
Loading…
Reference in New Issue