From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Eli Zaretskii , ac131313@cygnus.com Cc: danny_r_smith_2001@yahoo.co.nz, gdb@sources.redhat.com, mingw-users@lists.sourceforge Subject: Re: [RFA] Remove OS-specific defines (was: _WIN32?) Date: Mon, 07 May 2001 10:39:00 -0000 Message-id: <1010507173855.ZM18890@ocotillo.lan> References: <20010503211502.21716.qmail@web6401.mail.yahoo.com> <3AF1DAA0.3060702@cygnus.com> <200105071610.TAA24144@is.elta.co.il> X-SW-Source: 2001-05/msg00087.html On May 7, 7:10pm, Eli Zaretskii wrote: > * solib.c (solib_open): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH > instead of SLASH_CHAR, ROOTED_P and SLASH_P. > (top-level): #include "filenames.h". Your changes to solib.c are approved. (FWIW, I glanced over your changes to the other files and they look good too.) > * defs.h (SLASH_P, SLASH_CHAR, ROOTED_P): Remove definitions. > (SLASH_STRING): Define only for _WIN32. Once your changes to the other .c files are approved, I think this one can be regarded as an obvious change. Don't forget to also remove the definitions of SLASH_P, SLASH_CHAR, and ROOTED_P in config/i386/xm-cygwin.h and config/i386/xm-go32.h. Kevin