From 26ec032dc56a82f8e682739dd56bcd0830f4b9f6 Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Thu, 9 Mar 2000 16:05:33 +0000 Subject: [PATCH] * slib.scm: Back-out change to software-type -- renamed slib:software-type to software-type, and leave it non-public. --- ice-9/slib.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.