* as/link/lklibr.c:
[fw/sdcc] / as / link / aslink.h
index fa2b792aa865145ed5486c884c71f65b40f82439..4f21df913777f7cdee9dc17ba934bf428ab3bf1d 100644 (file)
@@ -22,9 +22,6 @@
  * Extensions: P. Felber
  */
 
-#include "getline.h"
-#include "asxxxx_config.h"
-
 #define VERSION "V01.75 + NoICE + SDCC Feb 1999"
 
 /*
@@ -488,7 +485,8 @@ struct lbfile {
         char            *libspc;
         char            *relfil;
         char            *filspc;
-        long            offset; /*>=0 if rel file is embedded in a lib file at this offset*/
+        long            offset;
+        unsigned int    type;
 };
 
 /*