changed GNU from "extern __inline__" to "static __inline__"

This commit is contained in:
Jeff Hill
2000-01-31 19:27:26 +00:00
parent 834bb4a86b
commit 9a9854de0d

View File

@@ -161,7 +161,7 @@
#define INLINE_defs_EPICS
# ifndef __cplusplus
# if defined (__GNUC__)
# define INLINE extern __inline__
# define INLINE static __inline__
# elif defined (_MSC_VER)
# define INLINE __inline
# elif defined (_SUNPRO_C)