Renaming token PACKAGE into _PACKAGE to avoid a name clash with the
auto tools PACKAGE macro.
This commit is contained in:
parent
e493fe6a9d
commit
7c107deeee
|
@ -110,7 +110,7 @@ char *key;
|
||||||
addhtitem (pt_hash, namealloc("others") , OTHERS );
|
addhtitem (pt_hash, namealloc("others") , OTHERS );
|
||||||
addhtitem (pt_hash, namealloc("out") , _OUT );
|
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("port") , PORT );
|
||||||
addhtitem (pt_hash, namealloc("procedure") , PROCEDURE );
|
addhtitem (pt_hash, namealloc("procedure") , PROCEDURE );
|
||||||
addhtitem (pt_hash, namealloc("process") , PROCESS );
|
addhtitem (pt_hash, namealloc("process") , PROCESS );
|
||||||
|
|
|
@ -135,7 +135,7 @@ static struct lofig *MVL_CHDHED = NULL; /* childs list */
|
||||||
%token _OR
|
%token _OR
|
||||||
%token OTHERS
|
%token OTHERS
|
||||||
%token _OUT
|
%token _OUT
|
||||||
%token PACKAGE
|
%token _PACKAGE
|
||||||
%token PORT
|
%token PORT
|
||||||
%token PROCEDURE
|
%token PROCEDURE
|
||||||
%token PROCESS
|
%token PROCESS
|
||||||
|
|
Loading…
Reference in New Issue