aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/defines.h
diff options
context:
space:
mode:
authorazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-25 15:19:26 +0000
committerazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-25 15:19:26 +0000
commit6c4e4f9a4b08cdc18323cb4e2550211628a33791 (patch)
treeedaff86e2ec3883b78e9eaf979878fb9b2c3ea4f /include/ruby/defines.h
parent0a12f4acc13c915e4106aca68aeb6e774d59d9ce (diff)
downloadruby-6c4e4f9a4b08cdc18323cb4e2550211628a33791.tar.gz
* include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match changes in bignum.c and array.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/defines.h')
-rw-r--r--include/ruby/defines.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ruby/defines.h b/include/ruby/defines.h
index 0944c77e9f..70b1685804 100644
--- a/include/ruby/defines.h
+++ b/include/ruby/defines.h
@@ -195,6 +195,11 @@ void xfree(void*);
# include <sys/select.h>
#endif
+#ifdef __SYMBIAN32__
+# define FALSE 0
+# define TRUE 1
+#endif
+
#ifdef RUBY_EXPORT
#undef RUBY_EXTERN