]> Shamusworld >> Repos - rmac/blobdiff - symbol.h
Fix for bug #174 - when a macro contains an error, actually print the filename it...
[rmac] / symbol.h
index e68076c787bc50fed2deee85b02b8d15adb73591..ddf2d22c07285dac525804a0f612778bb9ff89d7 100644 (file)
--- a/symbol.h
+++ b/symbol.h
@@ -35,6 +35,7 @@ SYM
        uint8_t * sname;                // * -> Symbol's print-name
        LLIST * lineList;               // * -> Macro's linked list of lines
        LLIST * last;                   // * -> end of macro linked list
+       uint16_t cfileno;               // File the macro is defined in
        uint32_t uid;                   // Symbol's unique ID
 };