X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser.re;h=08478bcd3659e63699904dddd3a1bc3ed8a2c557;hp=81005f2c07acd238bcecd8fde42742ab6f83000b;hb=ea0162a1698563a49de50456cd3f2cc18b83a05e;hpb=61918592ab618c073b9846783ce79fed9f26c5f7 diff --git a/src/parser.re b/src/parser.re index 81005f2..08478bc 100644 --- a/src/parser.re +++ b/src/parser.re @@ -197,6 +197,7 @@ token_t PSI_ParserScan(PSI_Parser *P) 'UINT32_T' {RETURN(PSI_T_UINT32);} 'INT64_T' {RETURN(PSI_T_INT64);} 'UINT64_T' {RETURN(PSI_T_UINT64);} + 'UNSIGNED' {RETURN(PSI_T_UNSIGNED);} 'STRING' {RETURN(PSI_T_STRING);} 'ARRAY' {RETURN(PSI_T_ARRAY);} 'FUNCTION' {RETURN(PSI_T_FUNCTION);}