Commit 9e24b950 by Christopher Faylor Committed by Christopher Faylor

* config/i386/xm-cygwin.h (CPP_SPEC): Fix typo.

From-SVN: r41414
parent df5da1c4
Wed Apr 18 20:32:03 2001 Christopher Faylor <cgf@cygnus.com>
* config/i386/xm-cygwin.h (CPP_SPEC): Fix typo.
2001-04-18 Jakub Jelinek <jakub@redhat.com> 2001-04-18 Jakub Jelinek <jakub@redhat.com>
* cpp.texi (-Wwhite-space): Remove. * cpp.texi (-Wwhite-space): Remove.
......
...@@ -105,7 +105,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -105,7 +105,7 @@ Boston, MA 02111-1307, USA. */
MINGW_INCLUDES "} \ MINGW_INCLUDES "} \
%{!mno-cygwin:-D__CYGWIN32__ -D__CYGWIN__ -Dunix -D__unix__ -D__unix "\ %{!mno-cygwin:-D__CYGWIN32__ -D__CYGWIN__ -Dunix -D__unix__ -D__unix "\
CYGWIN_INCLUDES "}\ CYGWIN_INCLUDES "}\
%{mwin32|no-cygwin:-DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ -DWINNT}\ %{mwin32|mno-cygwin:-DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ -DWINNT}\
%{!mno-win32:" W32API_INC "}\ %{!mno-win32:" W32API_INC "}\
" "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment