X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fruntime.h;h=2fce3fd792a96a467285eddff3dcc335bce4ae57;hb=10cdee0326e9e8a5bbfe1d8312a73d58f023fb5f;hp=269042c3b50e86754dc12084a7eb0494ffd3d7cf;hpb=5e0a7df9ddd969530002f33f2c0b98e11c91b670;p=sbcl.git diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h index 269042c..2fce3fd 100644 --- a/src/runtime/runtime.h +++ b/src/runtime/runtime.h @@ -37,7 +37,7 @@ * problem.. */ #define QSHOW_SIGNALS 0 -#ifdef QSHOW_SIGNALS +#if QSHOW_SIGNALS #define FSHOW_SIGNAL FSHOW #else #define FSHOW_SIGNAL(args) @@ -159,4 +159,7 @@ typedef int boolean; #define never_returns #endif +extern void *successful_malloc (size_t size); +extern char *copied_string (char *string); + #endif /* _SBCL_RUNTIME_H_ */