diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-24 07:05:28 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-24 07:05:28 +0000 |
commit | 789612882294ffc91de0acb3621e9ddbcfba8822 (patch) | |
tree | e731579cc67cba7df0fa93334ec39291ffba6844 /defines.h | |
parent | c1008ab51b5a01f541136a5920f665a7edd10205 (diff) | |
download | ruby-789612882294ffc91de0acb3621e9ddbcfba8822.tar.gz |
* configure.in (AC_C_VOLATILE): check if volatile works.
* defines.h (volatile): removed.
* eval.c (rb_thread_group): Thread#group. [new]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -12,10 +12,6 @@ #define RUBY -#if !defined(__STDC__) && !defined(_MSC_VER) -# define volatile -#endif - #ifdef __cplusplus # ifndef HAVE_PROTOTYPES # define HAVE_PROTOTYPES 1 |