|
@@ -240,6 +240,9 @@ void a_netbuf_queue_init(A_NETBUF_QUEUE_T *q);
|
|
#ifndef inline
|
|
#ifndef inline
|
|
#define inline __inline__
|
|
#define inline __inline__
|
|
#endif
|
|
#endif
|
|
|
|
+#ifndef INLINE
|
|
|
|
+#define INLINE __inline__
|
|
|
|
+#endif
|
|
#else /* Not GCC */
|
|
#else /* Not GCC */
|
|
#define __ATTRIB_PACK
|
|
#define __ATTRIB_PACK
|
|
#define __ATTRIB_PRINTF
|
|
#define __ATTRIB_PRINTF
|
|
@@ -247,6 +250,9 @@ void a_netbuf_queue_init(A_NETBUF_QUEUE_T *q);
|
|
#ifndef inline
|
|
#ifndef inline
|
|
#define inline __inline
|
|
#define inline __inline
|
|
#endif
|
|
#endif
|
|
|
|
+#ifndef INLINE
|
|
|
|
+#define INLINE __inline
|
|
|
|
+#endif
|
|
#endif /* End __GNUC__ */
|
|
#endif /* End __GNUC__ */
|
|
|
|
|
|
#define PREPACK
|
|
#define PREPACK
|