X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcore.h;h=ce2ec8fe4e4232f3661ba6e02654f6ab9efaafba;hb=216de219be8457625914aea1cefe08225a608ecd;hp=57df1cbc8c878932094f8b2940a7888bbe506641;hpb=baa0eaf21221dc564088c37b228c620c298aeaa1;p=sbcl.git diff --git a/src/runtime/core.h b/src/runtime/core.h index 57df1cb..ce2ec8f 100644 --- a/src/runtime/core.h +++ b/src/runtime/core.h @@ -39,6 +39,6 @@ extern os_vm_offset_t search_for_embedded_core(char *file); * against a .core built without :SB-SHOW (or against various grosser * mismatches, e.g. a .core built with an old version of the code * against a runtime with patches which add new C code) */ -extern unsigned char build_id[]; +extern char build_id[]; #endif