diff options
author | Greg J. Badros <gjb@cs.washington.edu> | 2000-03-09 16:05:33 +0000 |
---|---|---|
committer | Greg J. Badros <gjb@cs.washington.edu> | 2000-03-09 16:05:33 +0000 |
commit | 26ec032dc56a82f8e682739dd56bcd0830f4b9f6 (patch) | |
tree | c8819ff862e5520d9134ced13d1436de5458e386 | |
parent | 76d941243e316348a35dd25ab66acafd4299254a (diff) | |
download | guile-26ec032dc56a82f8e682739dd56bcd0830f4b9f6.tar.gz |
* slib.scm: Back-out change to software-type -- renamed
slib:software-type to software-type, and leave it non-public.
-rw-r--r-- | ice-9/slib.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice-9/slib.scm b/ice-9/slib.scm index 94bcb481c..44fbdf6e7 100644 --- a/ice-9/slib.scm +++ b/ice-9/slib.scm @@ -212,7 +212,7 @@ '*sc-expander* '(define))) -(define-public (slib:software-type) +(define (software-type) "Return a symbol describing the current platform's operating system. This may be one of AIX, VMS, UNIX, COHERENT, WINDOWS, MS-DOS, OS/2, THINKC, AMIGA, ATARIST, MACH, or ACORN. |