From bcc120725db09771ce177ace66097a138a281845 Mon Sep 17 00:00:00 2001 From: eban Date: Thu, 11 Jan 2001 01:55:18 +0000 Subject: INLINE git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- djgpp/config.hin | 3 --- 1 file changed, 3 deletions(-) (limited to 'djgpp/config.hin') diff --git a/djgpp/config.hin b/djgpp/config.hin index 8dda8af74..81941d79f 100644 --- a/djgpp/config.hin +++ b/djgpp/config.hin @@ -9,9 +9,6 @@ #define TOKEN_PASTE(x,y) x##y #define HAVE_STDARG_PROTOTYPES 1 #define NORETURN(x) x __attribute__ ((noreturn)) -#define HAVE_INLINE 1 -#define INLINE __inline__ -#define HAVE_ATTR_NORETURN 1 #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_STDLIB_H 1 -- cgit