Renaming token PACKAGE into _PACKAGE to avoid a name clash with the

auto tools PACKAGE macro.
This commit is contained in:
Frederic Petrot 2003-02-07 09:13:54 +00:00
parent e493fe6a9d
commit 7c107deeee
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,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 );

View File

@ -135,7 +135,7 @@ static struct lofig *MVL_CHDHED = NULL; /* childs list */
%token _OR
%token OTHERS
%token _OUT
%token PACKAGE
%token _PACKAGE
%token PORT
%token PROCEDURE
%token PROCESS