#include <sys/stdtypes.h> before <stddef.h> so that when we compile
authorMichael Tiemann <tiemann@cygnus>
Tue, 11 Feb 1992 10:34:03 +0000 (10:34 +0000)
committerMichael Tiemann <tiemann@cygnus>
Tue, 11 Feb 1992 10:34:03 +0000 (10:34 +0000)
commitd68f75c44d26738885919fbf1754833dbc3600a4
treeeb9a81b3cb8698518fbb3afa7021e4166111723a
parent20ec2f6c98f119fa6c1c51fa207d052f381ad5f6
#include <sys/stdtypes.h> before <stddef.h> so that when we compile
with GCC, the compiler does not stumble over `size_t', `ptrdiff_t',
and `wchar_t'.  Also note that the comment in <stddef.h> says that we
have to #include <sys/stdtypes.h> before including <stddef.h> when on
a sun.
gas/config/ho-sunos.h
This page took 0.025727 seconds and 4 git commands to generate.