* src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
[fw/sdcc] / src / pic16 / main.h
index 387c61c045945f2363525a9948635d296aa69bce..9825b3c73863a99b4e420e8d21ede876feec9a0a 100644 (file)
@@ -13,7 +13,7 @@ typedef struct {
 } pic16_sectioninfo_t;
 
 typedef struct absSym {
-       char *name;
+       char name[SDCC_SYMNAME_MAX+1];
        unsigned int address;
 } absSym;
 
@@ -31,8 +31,10 @@ typedef struct sectSym {
 extern set *absSymSet;
 extern set *sectNames;
 extern set *sectSyms;
+extern set *wparamList;
 
 extern int pic16_mplab_comp;
 extern int pic16_fstack;
+extern int pic16_nl;
 
 #endif