summaryrefslogtreecommitdiff
path: root/asmmon.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2020-05-18 20:56:45 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2020-05-18 20:56:45 -0400
commit691ae45b3916379b0b1d845a5581d9068426b134 (patch)
treec5f0100cd118c5e1cf7174a92bb2522ca6ae1790 /asmmon.h
parent5dd788d5a1acc7f23835882420d50e9f020728ac (diff)
Fixed some more bugs in the assembler.
Diffstat (limited to 'asmmon.h')
-rw-r--r--asmmon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/asmmon.h b/asmmon.h
index 032830c..019be00 100644
--- a/asmmon.h
+++ b/asmmon.h
@@ -435,6 +435,7 @@ extern uint16_t linenum;
extern uint16_t lineidx;
extern uint16_t stridx;
extern uint16_t comidx;
+extern uint16_t inc_file; /* Number of included files. */
typedef struct {
uint64_t progsize;