X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falloc.h;h=3735f9fe0387b025cef3c530f2b3928df90c08e2;hb=4023b1bec2412344e5eea4a33cd85dd662149c67;hp=0f2714c4c182b73bcac72dde52d194aba9cd6f05;hpb=cf4cb9554515c59eddbde38d1cf236339c37f55f;p=sbcl.git diff --git a/src/runtime/alloc.h b/src/runtime/alloc.h index 0f2714c..3735f9f 100644 --- a/src/runtime/alloc.h +++ b/src/runtime/alloc.h @@ -15,6 +15,10 @@ #include "sbcl.h" #include "runtime.h" +#ifdef LISP_FEATURE_GENCGC +extern lispobj *alloc(int bytes); +#endif + extern lispobj alloc_cons(lispobj car, lispobj cdr); extern lispobj alloc_number(long n); extern lispobj alloc_string(char *str);