X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_scan.re;h=0ba9978f7af9ca11570721133796eb12f0657edd;hp=437b33fde3ced9f56111f33defba0f459ec51cd8;hb=c57af11984f284e7e9de5bde5c189c416004638c;hpb=e918b10a9b5a8de154d12385665728f7408e5cc7 diff --git a/src/parser_scan.re b/src/parser_scan.re index 437b33f..0ba9978 100644 --- a/src/parser_scan.re +++ b/src/parser_scan.re @@ -66,9 +66,8 @@ struct psi_plist *psi_parser_scan(struct psi_parser *P, struct psi_parser_input struct psi_plist *tokens; struct psi_token *token; const char *tok, *cur, *lim, *mrk, *eol, *ctxmrk; - unsigned parens, lines = 1; + unsigned char_width, parens, lines = 1; bool escaped; - token_t char_width; PSI_DEBUG_PRINT(P, "PSI: scanning %s\n", I->file->val);