mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 12:52:08 -08:00
Instead of pushing into features, use the appropriate table in main.d
This commit is contained in:
parent
f783b8897c
commit
e1eb4c78cd
2 changed files with 1 additions and 3 deletions
|
|
@ -124,6 +124,7 @@ static const char *feature_names[] = {
|
|||
#endif
|
||||
#ifdef mingw32
|
||||
"MINGW32",
|
||||
"WIN32",
|
||||
#endif
|
||||
#ifdef _MSC_VER
|
||||
"MSVC",
|
||||
|
|
|
|||
|
|
@ -75,10 +75,7 @@ uname(2) where available."
|
|||
(or #+(or :mingw32 :msvc :cygwin)
|
||||
(ext:getenv "PROCESSOR_LEVEL")))
|
||||
|
||||
#-:mingw32
|
||||
(pushnew :@thehost@ *features*)
|
||||
#+(or :mingw32 :msvc)
|
||||
(pushnew :win32 *features*)
|
||||
|
||||
(defun software-type ()
|
||||
"Args: ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue