]> gcc.gnu.org Git - gcc.git/commitdiff
* config/i386/xm-cygwin.h: Include <sys/cygwin.h. Remove unused variable.
authorDavid Billinghurst <David.Billinghurst@riotinto.com>
Sat, 17 Mar 2001 04:59:14 +0000 (04:59 +0000)
committerChristopher Faylor <cgf@gcc.gnu.org>
Sat, 17 Mar 2001 04:59:14 +0000 (04:59 +0000)
From-SVN: r40572

gcc/ChangeLog
gcc/config/i386/xm-cygwin.h

index 6a81bc113c841b0dcbfc95e80f493fdd311f321d..ceb5c89fcb1c1c879a1f325215ce0505215a4d73 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-17  David Billinghurst  <David.Billinghurst@riotinto.com>
+
+       * config/i386/xm-cygwin.h: Include <sys/cygwin.h.  Remove unused
+       variable.
+
 2001-03-16  Jim Wilson  <wilson@redhat.com>
 
        * config/ia64/ia64.c (ia64_compute_frame_size): If reg_fp is zero,
index d0a2f6268ee89f676c6d5b440fc34a52aec5db39..7c9c1a097ca97a3bef1e9ac9b0ca78371d433e91 100644 (file)
@@ -19,6 +19,8 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA. */
 
+#include <sys/cygwin.h>
+
 #define EXECUTABLE_SUFFIX ".exe"
 
 /* Even though Cygwin tries to hide the DOS based filesystem, it
@@ -45,7 +47,6 @@ do {                                                                  \
   if (_epath != NULL && *_epath != 0                                   \
       && ! cygwin_posix_path_list_p (_epath))                          \
     {                                                                  \
-      char *p;                                                         \
       _posixepath = (char *) xmalloc                                   \
        (cygwin_win32_to_posix_path_list_buf_size (_epath));            \
       cygwin_win32_to_posix_path_list (_epath, _posixepath);           \
This page took 0.081127 seconds and 5 git commands to generate.