]> Shamusworld >> Repos - rmac/blobdiff - object.c
Various code cleanups, mainly to do with RISC assembly.
[rmac] / object.c
index 8951b795206435aec15064be4d30b406704059d7..4f9309af0299f5a4f4417d8ec0164d082b244498 100644 (file)
--- 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