From 28e2fcd9f0369f4e16a79daf1eed333ca5f3264a Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Tue, 24 Nov 2009 17:50:19 +0000 Subject: [PATCH] [CHG] Inline warnings are gone (temp fix???) --- GRRLIB/GRRLIB/grrlib.h | 2 +- README.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GRRLIB/GRRLIB/grrlib.h b/GRRLIB/GRRLIB/grrlib.h index 587c604..fd3cce0 100644 --- a/GRRLIB/GRRLIB/grrlib.h +++ b/GRRLIB/GRRLIB/grrlib.h @@ -216,7 +216,7 @@ GRR_EXTERN u32 fb GRR_INIT(0); # define INLINE #else # if __GNUC__ && !__GNUC_STDC_INLINE__ -# define INLINE extern inline +# define INLINE static inline # else # define INLINE inline # endif diff --git a/README.html b/README.html index 050f822..89f4763 100644 --- a/README.html +++ b/README.html @@ -99,7 +99,7 @@ libpng is supplied as a precompiled library libz is supplied with devkitpro (Ie. preinstalled) libfat is supplied with devkitpro (Ie. preinstalled) -*1 The version of libjpeg supplied with GRRLIB v4.1.0 contains bug fixes not +*1 The version of libjpeg supplied with GRRLIB v4.1.1 contains bug fixes not available in the official release. If you can track down the original author, please tell him about these fixes. @@ -129,7 +129,7 @@ Next up the list is libjpeg *2 *3 cd \grr\trunk\GRRLIB\lib install <- If you are using Linux, type `./install.sh` instead -*3 The version of libjpeg supplied with GRRLIB v4.1.0 contains bug fixes not +*3 The version of libjpeg supplied with GRRLIB v4.1.1 contains bug fixes not available in the official release. After all three image processing libraries are installed, we can now install