mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
* slib.scm: Back-out change to software-type -- renamed
slib:software-type to software-type, and leave it non-public.
This commit is contained in:
parent
76d941243e
commit
26ec032dc5
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@
|
||||||
'*sc-expander*
|
'*sc-expander*
|
||||||
'(define)))
|
'(define)))
|
||||||
|
|
||||||
(define-public (slib:software-type)
|
(define (software-type)
|
||||||
"Return a symbol describing the current platform's operating system.
|
"Return a symbol describing the current platform's operating system.
|
||||||
This may be one of AIX, VMS, UNIX, COHERENT, WINDOWS, MS-DOS, OS/2,
|
This may be one of AIX, VMS, UNIX, COHERENT, WINDOWS, MS-DOS, OS/2,
|
||||||
THINKC, AMIGA, ATARIST, MACH, or ACORN.
|
THINKC, AMIGA, ATARIST, MACH, or ACORN.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue