This commit is contained in:
parent
31c707af63
commit
78fffd17c1
|
@ -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 );
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue