X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fpic16%2Fmain.h;h=3b92452e727b45d662f4475805e4aa653612c169;hb=c04cbf8f911eb7d49d830339f2f820ecce377125;hp=6bda4099e1cfedd1b97542b053604cc7da04a78c;hpb=02e5ffe7558a69ea0293fda3e1cf9747ac0ff29e;p=fw%2Fsdcc diff --git a/src/pic16/main.h b/src/pic16/main.h index 6bda4099..3b92452e 100644 --- a/src/pic16/main.h +++ b/src/pic16/main.h @@ -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,6 +31,8 @@ typedef struct sectSym { extern set *absSymSet; extern set *sectNames; extern set *sectSyms; +extern set *wparamList; +extern int pic16_mplab_comp; #endif