X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser.re;h=50d15aadd86d0b9ae7dfb35a1b445277afdbf554;hp=7ab169e0f5f7120b9c6fc16838870b1273dd0f3a;hb=6a459a08a40a2c243b0211ceb0cb263d29302627;hpb=52815a5aac85e8c69ffba76c25a51de3b6ae1365 diff --git a/src/parser.re b/src/parser.re index 7ab169e..50d15aa 100644 --- a/src/parser.re +++ b/src/parser.re @@ -284,6 +284,7 @@ token_t PSI_ParserScan(PSI_Parser *P) 'FUNCTION' {RETURN(PSI_T_FUNCTION);} 'TYPEDEF' {RETURN(PSI_T_TYPEDEF);} 'STRUCT' {RETURN(PSI_T_STRUCT);} + 'ENUM' {RETURN(PSI_T_ENUM);} 'CONST' {RETURN(PSI_T_CONST);} 'LIB' {RETURN(PSI_T_LIB);} 'LET' {RETURN(PSI_T_LET);}