summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h2
1 files changed, 1 insertions, 1 deletions
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 {