aboutsummaryrefslogtreecommitdiff
path: root/src/c8asm/common.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-19 01:36:55 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-19 01:36:55 +0100
commit6eec862df222c8d060e8482dd09d0f91197ee9fc (patch)
tree233c425622b379c3a719051351a1d5137df73e11 /src/c8asm/common.h
parent623c781706175767a81287f48fc399bf6aee5a43 (diff)
Better error messages in the lexer
Diffstat (limited to 'src/c8asm/common.h')
-rw-r--r--src/c8asm/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c8asm/common.h b/src/c8asm/common.h
index f5899f0..49af0f7 100644
--- a/src/c8asm/common.h
+++ b/src/c8asm/common.h
@@ -6,5 +6,6 @@
extern size_t filesize;
extern const char *filename;
extern const char8_t *baseptr;
+extern struct u8view filebuf;
#endif /* !AHOY_C8ASM_COMMON_H */