This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch to fix strsignal prototype handling in system.h


> -		xm_defines="USG SVR3 BROKEN_LDEXP SMALL_ARG_MAX NO_SYS_SIGLIST"
> +		xm_defines="USG SVR3 BROKEN_LDEXP SMALL_ARG_MAX"

There's code all over the place in configure.in and in various target
files that set 'SVR3'.  Perhaps my grepping skills are poor today, but
I can't find a single consumer of it.  Should we schedule it for mass
execution?

I can at least find a few (misguided) uses of USG so they're going to
require some thought instead of mere editor keystrokes to nuke.

RJL


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]