X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falloc.h;h=54f6902cdadbe6d0595c06f59a79cda6937387a6;hb=9b1fade83db8453b75b8c7380eb12ce41b5b889c;hp=3735f9fe0387b025cef3c530f2b3928df90c08e2;hpb=4023b1bec2412344e5eea4a33cd85dd662149c67;p=sbcl.git diff --git a/src/runtime/alloc.h b/src/runtime/alloc.h index 3735f9f..54f6902 100644 --- a/src/runtime/alloc.h +++ b/src/runtime/alloc.h @@ -16,7 +16,7 @@ #include "runtime.h" #ifdef LISP_FEATURE_GENCGC -extern lispobj *alloc(int bytes); +extern lispobj *alloc(long bytes); #endif extern lispobj alloc_cons(lispobj car, lispobj cdr);