X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_scan.re;h=78977a157aa518971fda23833b1fe825f3d03833;hp=a02fdd0e3d950a17db2ef8e31bd9924d1f9e3a50;hb=0682ecb84dfe1de08b609c6c0ae641b06f3fa481;hpb=93d6b7f962a82b725d1918684297d68221b0b733 diff --git a/src/parser_scan.re b/src/parser_scan.re index a02fdd0..78977a1 100644 --- a/src/parser_scan.re +++ b/src/parser_scan.re @@ -218,7 +218,6 @@ struct psi_plist *psi_parser_scan(struct psi_parser *P, struct psi_parser_input 'CALLBACK' { NEWTOKEN(PSI_T_CALLBACK); goto start; } 'STATIC' { NEWTOKEN(PSI_T_STATIC); goto start; } 'FUNCTION' { NEWTOKEN(PSI_T_FUNCTION); goto start; } - 'LIB' { NEWTOKEN(PSI_T_LIB); goto start; } 'LET' { NEWTOKEN(PSI_T_LET); goto start; } 'SET' { NEWTOKEN(PSI_T_SET); goto start; } 'PRE_ASSERT' { NEWTOKEN(PSI_T_PRE_ASSERT); goto start; }