summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-24 07:05:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-24 07:05:28 +0000
commit789612882294ffc91de0acb3621e9ddbcfba8822 (patch)
treee731579cc67cba7df0fa93334ec39291ffba6844 /defines.h
parentc1008ab51b5a01f541136a5920f665a7edd10205 (diff)
* 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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/defines.h b/defines.h
index 59b348a2cc..6fd17808ae 100644
--- a/defines.h
+++ b/defines.h
@@ -12,10 +12,6 @@
#define RUBY
-#if !defined(__STDC__) && !defined(_MSC_VER)
-# define volatile
-#endif
-
#ifdef __cplusplus
# ifndef HAVE_PROTOTYPES
# define HAVE_PROTOTYPES 1