X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falloc.h;h=54f6902cdadbe6d0595c06f59a79cda6937387a6;hb=b9519773faa7b3c98915eccb9cb1fd8a8270ee56;hp=0f2714c4c182b73bcac72dde52d194aba9cd6f05;hpb=cf4cb9554515c59eddbde38d1cf236339c37f55f;p=sbcl.git diff --git a/src/runtime/alloc.h b/src/runtime/alloc.h index 0f2714c..54f6902 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(long bytes); +#endif + extern lispobj alloc_cons(lispobj car, lispobj cdr); extern lispobj alloc_number(long n); extern lispobj alloc_string(char *str);