This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

-Dgnu_{linux,hurd}


I don't think we want the new symbols gnu_linux and gnu_hurd symbols
predefined without __s.  It seems pretty ill-advised to predefine any new
symbols in the user/application name space (i.e. without leading _).  I
never saw RMS suggest defining the unadorned names.  Am I clueless about
what CPP_PREDEFINES does or should all those -Dgnu_foo be -D__gnu_foo__
instead?



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