Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    4de992e8
    lisp/lisp.c: · 4de992e8
    rtoy authored
    o Make debug_lisp_search global instead of static.
    
    lisp/elf.c:
    o Use debug_lisp_search to control printing of some debug information
      when searching for the linker script.
    o Update to support executables with Unicode support.  (CMUCL_LIB is a
      wide string, so we need to hack that into a C string.  This needs
      work.)
    4de992e8
    History
    lisp/lisp.c:
    rtoy authored
    o Make debug_lisp_search global instead of static.
    
    lisp/elf.c:
    o Use debug_lisp_search to control printing of some debug information
      when searching for the linker script.
    o Update to support executables with Unicode support.  (CMUCL_LIB is a
      wide string, so we need to hack that into a C string.  This needs
      work.)