From: borutr Date: Wed, 31 Dec 2008 16:06:15 +0000 (+0000) Subject: removed #include "getline.h" X-Git-Url: https://git.gag.com/?p=fw%2Fsdcc;a=commitdiff_plain;h=b684270f667dea69019077af3c970b8e7cdd7599 removed #include "getline.h" git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5314 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/as/link/aslink.h b/as/link/aslink.h index fa2b792a..6a633497 100644 --- a/as/link/aslink.h +++ b/as/link/aslink.h @@ -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; }; /*