X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=mark.c;h=81a4d87293bf6b596171641f43e47bae5fc66fc1;hp=d593b21d6997adda8fbf45015fb0672bd48e586d;hb=6056c16bf5053addba1fec6ff821a0f435f0b3da;hpb=3c68061b9cd5cc9b67d602f3f5b621efe1e844d8 diff --git a/mark.c b/mark.c index d593b21..81a4d87 100644 --- 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