1.0.47.13: extend LVAR-FUN-IS to constant functions and function names
[sbcl.git] / src / runtime / runtime.h
index 8602432..de83bc8 100644 (file)
@@ -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_ */