X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fruntime.h;h=de83bc86e124a3b75c63237f944d310d944805c0;hb=c02501b9bbd01f1c0c0e896dc5cdb7657a77e4a7;hp=860243260acfd7f2f37583e4c87b7268af400551;hpb=09d3e0862347c08634268d49dc2f72c2375b9d8c;p=sbcl.git diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h index 8602432..de83bc8 100644 --- a/src/runtime/runtime.h +++ b/src/runtime/runtime.h @@ -272,4 +272,7 @@ struct runtime_options { size_t thread_control_stack_size; }; +/* saved runtime path computed from argv[0] */ +extern char *saved_runtime_path; + #endif /* _SBCL_RUNTIME_H_ */