public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* FW: is "syslimits.h" likely to change?
@ 2012-04-11 21:03 Mark Galeck (CW)
  2012-04-12  5:14 ` Ian Lance Taylor
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Galeck (CW) @ 2012-04-11 21:03 UTC (permalink / raw)
  To: gcc

Hello,

GCC has this internal include file "included/syslimits.h".   This file, uses a non-standard C include directive "include_next" to recursively include "limits.h" from a second location.  

I need to change this syslimits.h for our internal use, since I cannot easily handle "include_next" in our build system (it is non-standard).  I can keep the same functionality, by adding another "system" include directory, and instead of

#include_next <limits.h>

I would have

#include <sys-include/limits.h>

Entirely the same functionality.  

But of course, if you guys change the GCC source  to remove the file syslimits.h or change it to a different functionality, I would be left incompatible.     


So, is syslimits.h likely to disappear or change?

Thank you,

Mark 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-13 23:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11 21:03 FW: is "syslimits.h" likely to change? Mark Galeck (CW)
2012-04-12  5:14 ` Ian Lance Taylor
2012-04-12 15:39   ` Mark Galeck (CW)
2012-04-13 23:16     ` Dave Korn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).