[uim-commit] r2020 - trunk/uim

jun0 at freedesktop.org jun0 at freedesktop.org
Sat Nov 5 14:47:16 PST 2005


Author: jun0
Date: 2005-11-05 14:47:11 -0800 (Sat, 05 Nov 2005)
New Revision: 2020

Modified:
   trunk/uim/uim-scm.h
Log:
* uim/uim-scm.h
  - (UIM_SCM_NOINLINE): use __noinline__ to workaround buggy linux
    kernel headers.


Modified: trunk/uim/uim-scm.h
===================================================================
--- trunk/uim/uim-scm.h	2005-11-05 21:49:11 UTC (rev 2019)
+++ trunk/uim/uim-scm.h	2005-11-05 22:47:11 UTC (rev 2020)
@@ -104,7 +104,7 @@
 
 #if UIM_SCM_GCC4_READY_GC
 #ifdef __GNUC__
-#define UIM_SCM_NOINLINE __attribute__((noinline))
+#define UIM_SCM_NOINLINE __attribute__((__noinline__))
 #else
 #define UIM_SCM_NOINLINE
 #endif /* __GNUC__ */



More information about the uim-commit mailing list