* src/pic16/gen.c: (genpic16Code) use copy of printILine's output for writing icode...
[fw/sdcc] / src / pic16 / main.h
index b58617272225a2fec123ac399522b2d0f3e9507e..a49bc5ca729f22854a542fb46d2bdf8141961054 100644 (file)
@@ -27,4 +27,13 @@ typedef struct {
        unsigned int addr_udatashr;
 } pic16_sectioninfo_t;
 
+typedef struct absSym {
+       char *name;
+       unsigned int address;
+} absSym;
+
+
+extern set *absSymSet;
+
+
 #endif