On Fri, Jul 14, 2006 at 10:29:06AM -0700, Matthew Dillon wrote: > > :Hi all, > :http://leaf.dragonflybsd.org/~joerg/patch.diff > :contains the last missing piece to remove unnecessary line limits in > :patch(1). Please test or review, I'd like to have this in the tree soon > ::-) > : > :Joerg > > This is kinda messy: > > #define __STDC_LIMIT_MACROS > > Is there any way to not use those extensions ?
This is a standard macro and part of C99. Joerg
