/hg/release/icedtea7-forest-2.2/jdk: PR1303: Correct #ifdef to #if

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Mar 8 07:54:00 PST 2013


changeset 0ba4f6f60db8 in /hg/release/icedtea7-forest-2.2/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.2/jdk?cmd=changeset;node=0ba4f6f60db8
author: andrew
date: Fri Mar 08 15:53:50 2013 +0000

	PR1303: Correct #ifdef to #if


diffstat:

 src/share/native/sun/awt/splashscreen/splashscreen_gif.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d2d1d98eb365 -r 0ba4f6f60db8 src/share/native/sun/awt/splashscreen/splashscreen_gif.c
--- a/src/share/native/sun/awt/splashscreen/splashscreen_gif.c	Thu Mar 07 16:04:40 2013 +0000
+++ b/src/share/native/sun/awt/splashscreen/splashscreen_gif.c	Fri Mar 08 15:53:50 2013 +0000
@@ -316,7 +316,7 @@
 int
 SplashDecodeGifStream(Splash * splash, SplashStream * stream)
 {
-#ifdef GIFLIB_MAJOR >= 5
+#if GIFLIB_MAJOR >= 5
     int error = 0;
     GifFileType *gif = DGifOpen((void *) stream, SplashStreamGifInputFunc, &error);
 



More information about the distro-pkg-dev mailing list