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

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Mar 12 13:10:53 PDT 2013


changeset c45e02df52f4 in /hg/release/icedtea7-forest-2.4/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.4/jdk?cmd=changeset;node=c45e02df52f4
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 3d0b72d4c0f9 -r c45e02df52f4 src/share/native/sun/awt/splashscreen/splashscreen_gif.c
--- a/src/share/native/sun/awt/splashscreen/splashscreen_gif.c	Thu Feb 21 11:25:43 2013 +0400
+++ 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