From c57af11984f284e7e9de5bde5c189c416004638c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 10 Dec 2018 13:24:18 +0100 Subject: [PATCH 1/1] fix char_width decl --- src/parser_scan.re | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.30.2