escape from a conflict with a define from autoconf on PACKAGE

This commit is contained in:
Francois Donnet 2003-02-07 13:55:46 +00:00
parent 103a7c29cc
commit e00ad48d91
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -148,7 +148,7 @@
%token ON %token ON
%token OPEN %token OPEN
%token OTHERS %token OTHERS
%token PACKAGE %token _PACKAGE
%token PORT %token PORT
%token PROCEDURE %token PROCEDURE
%token PROCESS %token PROCESS