Ticket #70869: gss-glib-patch-1.diff
File gss-glib-patch-1.diff, 450 bytes (added by kencu (Ken), 7 weeks ago) |
---|
-
src/gl/ialloc.h
diff --git src/gl/ialloc.h src/gl/ialloc.h index 37cf4bf..67dc23f 100644
28 28 #error "Please include config.h first." 29 29 #endif 30 30 _GL_INLINE_HEADER_BEGIN 31 #ifndef IALLOC_INLINE 32 # define IALLOC_INLINE _GL_INLINE 33 #endif 31 # define IALLOC_INLINE 32 # define _GL_STAT_TIME_INLINE 33 # define _GL_ATTRIBUTE_COLD 34 # define _GL_ATTRIBUTE_PURE 35 # define _GL_EXTERN_INLINE 34 36 35 37 #ifdef __cplusplus 36 38 extern "C" {