libio/dbz won't compile (patch)

Ulrich Drepper drepper@cygnus.com
Sun Jan 23 22:01:00 GMT 2000


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   `------------------------


More information about the Gcc-bugs mailing list