X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=object.c;h=4f9309af0299f5a4f4417d8ec0164d082b244498;hp=8951b795206435aec15064be4d30b406704059d7;hb=f6e6a55c4cdaf0dffa0897792dc5926c7b173a23;hpb=26bc03271bede4256ab52496d52de67018e33a01 diff --git a/object.c b/object.c index 8951b79..4f9309a 100644 --- a/object.c +++ b/object.c @@ -11,7 +11,7 @@ #include "symbol.h" #include "mark.h" #include "error.h" -#include "risca.h" +#include "riscasm.h" LONG symsize = 0; // Size of BSD symbol table LONG strindx = 0x00000004; // BSD string table index @@ -84,7 +84,7 @@ int object(WORD fd) LONG tds; // TEXT & DATA segment size int i; // Temporary int CHUNK * cp; // Chunk (for gather) - char * buf;= // Scratch area + char * buf; // Scratch area char * p; // Temporary ptr LONG ssize; // Size of symbols LONG trsize, drsize; // Size of relocations