From c6af6b1b947f8b367c22904bd5b31079784059f6 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 15 Jan 2009 01:53:08 +0000 Subject: * symbian/README.SYMBIAN: symbian support added. great appreciate to . git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 68d9fc739c..461a4f2dbb 100644 --- a/ruby.c +++ b/ruby.c @@ -182,7 +182,7 @@ translate_char(char *p, int from, int to) } #endif -#if defined _WIN32 || defined __CYGWIN__ +#if defined _WIN32 || defined __CYGWIN__ || defined __SYMBIAN32__ static VALUE rubylib_mangled_path(const char *s, unsigned int l) { @@ -331,7 +331,7 @@ ruby_incpush_expand(const char *path) ruby_push_include(path, expand_include_path); } -#if defined DOSISH || defined __CYGWIN__ +#if (defined DOSISH || defined __CYGWIN__) && !defined __SYMBIAN32__ #define LOAD_RELATIVE 1 #endif -- cgit v1.2.3