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: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <adam at xwt dot org>
- Cc: java at gcc dot gnu dot org
- Date: 06 Jul 2003 12:49:23 -0600
- Subject: Re: posix.cc uses sprintf() without #include<stdio.h>?
- References: <m1of08uzmo.fsf@nowhere.com>
- Reply-to: tromey at redhat dot com
>>>>> "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