Renaming 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:18:29 +00:00
parent 7c107deeee
commit 103a7c29cc
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,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("positive") , POSITIVE ); addhtitem (pt_hash, namealloc("positive") , POSITIVE );
addhtitem (pt_hash, namealloc("procedure") , PROCEDURE ); addhtitem (pt_hash, namealloc("procedure") , PROCEDURE );

View File

@ -147,7 +147,7 @@ static long base ;
%token _OR %token _OR
%token OTHERS %token OTHERS
%token _OUT %token _OUT
%token PACKAGE %token _PACKAGE
%token PORT %token PORT
%token POSITIVE %token POSITIVE
%token PROCEDURE %token PROCEDURE