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]

Re: libio/dbz won't compile (patch)


Zack Weinberg <zack@wolery.cumb.org> writes:

> As far as I can tell, this code doesn't include config.h.  I might
> also point out that the entire dbz directory is only for testing with.

Well, then you can remove the #ifdef alltogether.  The files are only
used with gcc which always defines __STDC__ here (since the the code
is never compiled with -traditional).

Whether there are still platforms which don't have stdlib.h I don't
know.  You'll find out and then have to use something different than
__STDC__.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

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