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]

fix-header creating duplicate definition on AIX


	fix-header is redefining EXIT_FAILURE and EXIT_SUCCESS in stdlib.h
on AIX.  I think this may be due to fix-header parsing the file without
seeing other header files which enable and disable sections of stdlib.h so
fix-header never "sees" the existing definitions.  How does one prevent
fix-header from being too aggressive in its fixes?

Thanks, David


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