]> Shamusworld >> Repos - rmac/blobdiff - mark.c
.incbin now uses the same directory sets as .include. Also some small cosmetic fixes.
[rmac] / mark.c
diff --git a/mark.c b/mark.c
index d593b21d6997adda8fbf45015fb0672bd48e586d..81a4d87293bf6b596171641f43e47bae5fc66fc1 100644 (file)
--- a/mark.c
+++ b/mark.c
@@ -18,6 +18,7 @@ PTR markptr;                  // Deposit point in current mark chunk
 LONG mcalloc;                  // #bytes alloc'd to current mark chunk
 LONG mcused;                   // #bytes used in current mark chunk
 uint16_t curfrom;              // Current "from" section
+LONG markimg(register char * mp, LONG siz, LONG tsize, int okflag);
 
 //
 //  Imports