Instead of pushing into features, use the appropriate table in main.d

This commit is contained in:
Juan Jose Garcia Ripoll 2009-04-23 22:16:51 +02:00
parent f783b8897c
commit e1eb4c78cd
2 changed files with 1 additions and 3 deletions

View file

@ -124,6 +124,7 @@ static const char *feature_names[] = {
#endif
#ifdef mingw32
"MINGW32",
"WIN32",
#endif
#ifdef _MSC_VER
"MSVC",

View file

@ -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: ()