This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: Add #include <stddef.h> in fastjar


Hi Ranjit,

What you're saying seems to be right. I verified it with this test program:

#include <time.h>

int main()
{
    void* pv = NULL;
    return (int) pv;
}

Nevertheless, dostime.c doesn't compile under GCC 3.2 without #include <stddef.h>.
You can download my snapshot and try it....

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/





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