This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [patch libjava]: Add missing file for Win32
- From: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- To: Kai Tietz <Kai dot Tietz at onevision dot com>
- Cc: Andrew Haley <aph at redhat dot com>, gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Fri, 24 Jul 2009 13:13:58 +0100
- Subject: Re: [patch libjava]: Add missing file for Win32
- References: <OF02665440.EF8B0A6B-ONC12575FD.0032DF7A-C12575FD.00333BBB@onevision.de>
Kai Tietz wrote:
> * gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: New Win32
> specific implementation.
> + (JvNewStringLatin1 ("Error function not implemented for Win32 target."));
That's slightly ambiguous; it needs a colon after 'Error', to make clear it
isn't an "error function" that is not implemented!
cheers,
DaveK