removed #include "getline.h"
[fw/sdcc] / as / link / aslink.h
index fa2b792aa865145ed5486c884c71f65b40f82439..6a633497c3a52819a911562d27cc93f42e705f12 100644 (file)
@@ -22,7 +22,6 @@
  * Extensions: P. Felber
  */
 
-#include "getline.h"
 #include "asxxxx_config.h"
 
 #define VERSION "V01.75 + NoICE + SDCC Feb 1999"
@@ -488,7 +487,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;
 };
 
 /*