From 09435bffe025a96e0d9c3b44ee9c505973b383bd Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 6 Oct 2025 05:06:16 -0400 Subject: Cleanup, fix bugs Ensure everything builds on C89 --- src/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser.h') diff --git a/src/parser.h b/src/parser.h index bcd5458..08c0bee 100644 --- a/src/parser.h +++ b/src/parser.h @@ -7,7 +7,7 @@ typedef struct { pit_lex_token token; i64 start, end; - i64 line, column; // for error reporting + i64 line, column; /* for error reporting */ } pit_parser_token_info; typedef struct { -- cgit v1.2.3