This commit is contained in:
Ludovic Jacomme 2002-04-04 16:07:49 +00:00
parent 31c707af63
commit 78fffd17c1
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,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

@ -1448,7 +1448,7 @@ bvl_ablstr pt_ablstr; /* tested expression */
%token ON
%token OPEN
%token OTHERS
%token PACKAGE
%token _PACKAGE
%token PORT
%token PROCEDURE
%token PROCESS