Cross Reference: amq_private.h.patch
xref
: /
solaris-userland
/
components
/
python
/
librabbitmq
/
parfait
/
amq_private.h.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
2693
N/A
# parfait bug 17813405
2693
N/A
---
librabbitmq-1.0.1/clib/librabbitmq/amqp_private.h.orig
Mon Mar 10 13:37:33 2014
2693
N/A
+++
librabbitmq-1.0.1/clib/librabbitmq/amqp_private.h
Mon Mar 10 13:37:44 2014
2693
N/A
@@ -51,7 +51,7 @@
2693
N/A
# elif defined(__GNUC__) && !defined(__GNUC_STDC_INLINE__)
2693
N/A
# define _AMQP_INLINE extern __inline
2693
N/A
# else
2693
N/A
-# define _AMQP_INLINE __inline
2693
N/A
+# define _AMQP_INLINE static inline
2693
N/A
# endif
2693
N/A
#endif
2693
N/A