PACKAGE
This commit is contained in:
parent
387ca5f619
commit
055e0711b9
|
@ -122,7 +122,7 @@ static el_mc tab_mc []=
|
|||
{"or" ,_OR},
|
||||
{"others" ,OTHERS},
|
||||
{"out" ,_OUT},
|
||||
{"package" ,PACKAGE},
|
||||
{"package" ,_PACKAGE},
|
||||
{"port" ,PORT},
|
||||
{"procedure" ,PROCEDURE},
|
||||
{"process" ,PROCESS},
|
||||
|
|
|
@ -157,7 +157,7 @@ struct choice_chain *order_choice();
|
|||
%token <valu> ON
|
||||
%token <valu> OPEN
|
||||
%token <valu> OTHERS
|
||||
%token <valu> PACKAGE
|
||||
%token <valu> _PACKAGE
|
||||
%token PORT
|
||||
%token <valu> PROCEDURE
|
||||
%token <valu> PROCESS
|
||||
|
|
Loading…
Reference in New Issue