This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: posix.cc uses sprintf() without #include<stdio.h>?
- From: Adam Megacz <adam at megacz dot com>
- To: tromey at redhat dot com
- Cc: java at gcc dot gnu dot org
- Date: 07 Jul 2003 21:57:53 -0700
- Subject: Re: posix.cc uses sprintf() without #include<stdio.h>?
- Organization: Myself
- References: <m1of08uzmo.fsf@nowhere.com> <877k6vlccs.fsf@fleche.redhat.com>
Okay, I checked in the fix.
- a
Tom Tromey <tromey@redhat.com> writes:
> >>>>> "Adam" == Adam Megacz <adam@xwt.org> writes:
>
> Adam> Hrm, I must've screwed something up here... the gcc-3.3 tarball
> Adam> uses sprintf() without ever including stdio.h... am I missing
> Adam> something here?
>
> Yeah, looks like an oversight. Is it causing problems for you?
> Anyway, feel free to check in a fix. It can go on the 3.3 branch as
> well.
>
> Tom
>
--