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