Raymond Toy pushed to branch issue-120-software-type-in-c at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/sunos-os.lisp
    ... ... @@ -31,7 +31,7 @@
    31 31
     #+executable
    
    32 32
     (register-lisp-runtime-feature :executable)
    
    33 33
     
    
    34
    -(setq *software-type* "SunOS")
    
    34
    +;;(setq *software-type* "SunOS")
    
    35 35
     
    
    36 36
     (defvar *software-version* nil "Version string for supporting software")
    
    37 37