From: Michael Wallner Date: Mon, 10 Dec 2018 12:24:18 +0000 (+0100) Subject: fix char_width decl X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=commitdiff_plain;h=c57af11984f284e7e9de5bde5c189c416004638c;hp=e918b10a9b5a8de154d12385665728f7408e5cc7 fix char_width decl --- 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);