Source
--- lex.c.orig 2011-07-03 09:55:09.000000000 -0700
+++ lex.c 2011-07-03 09:55:52.000000000 -0700
/* maximum key range = 50, duplicates = 0 */
#ifdef __GNUC__
+#ifdef __GNUC_STDC_INLINE__
+static inline
+#else
__inline
+#endif
#else
#ifdef __cplusplus
inline
}
#ifdef __GNUC__
+#ifdef __GNUC_STDC_INLINE__
+static inline
+#else
__inline
#endif
+#endif
struct kwtable *
rb_reserved_word (str, len)
register const char *str;