This commit is contained in:
Ludovic Jacomme 2002-04-04 14:13:59 +00:00
parent 387ca5f619
commit 055e0711b9
2 changed files with 2 additions and 2 deletions

View File

@ -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},

View File

@ -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