]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix for VA 4.0
authorDavid Webster <Dave.Webster@bhmi.com>
Mon, 14 Feb 2000 05:00:55 +0000 (05:00 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Mon, 14 Feb 2000 05:00:55 +0000 (05:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/jpeg/jconfig.h

index 7367459c4c7aac71537804879e2fe71ffdfa3107..e3c94a17178ec0a96d4a31f1d35da9120cb9e20c 100644 (file)
 
 /* use wxWindows' configure */
 /* #define INLINE __inline__ */
+#if defined(__VISAGECPP__) && (__IBMCPP__ >= 400 || __IBMC__ >= 400)
+#define INLINE
+#else
 #define INLINE inline
+#endif
 
 /* These are for configuring the JPEG memory manager. */
 #undef DEFAULT_MAX_MEM