*** empty log message ***

original commit: 5e98d6e0683a8ab05644d325164472574687853b
This commit is contained in:
Scott Owens 2002-02-28 18:41:46 +00:00
parent 8a458939ae
commit 80467f0f02

View File

@ -3814,7 +3814,8 @@
(check-label-string/false cwho label)
(check-container-ready cwho parent)
(when (memq 'gl style)
(unless (eq? (system-type) 'windows)
(unless (or (eq? (system-type) 'windows)
(eq? (system-type) 'unix))
(raise-mismatch-error (who->name cwho)
"the 'gl style flag is not supported on this platform: "
style)))))