summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-09 19:56:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-09 19:56:46 +0000
commitee4fbaa37e4577a4a51a5810489393afe51ce870 (patch)
treef7d08d72160f5420e1ffdaee57844fd4edd78047 /symbian
parentd9d4df418ba0cc30e7a098f436675331520c0487 (diff)
* configure.in (MANGLED_PATH): defines for RUBYLIB_PREFIX.
* ruby.c (ruby_init_loadpath_safe): uses string as buffer. * symbian/setup (config_h): defines MANGLED_PATH. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'symbian')
-rw-r--r--symbian/setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/symbian/setup b/symbian/setup
index c3ce317ad5..aeb59e7c72 100644
--- a/symbian/setup
+++ b/symbian/setup
@@ -163,6 +163,7 @@ define config_h
@echo>>$(1) #define HAVE_LIBPTHREAD 1
@echo>>$(1) #define HAVE_NANOSLEEP 1
@echo>>$(1) #define USE_ELF 1
+@echo>>$(1) #define MANGLED_PATH 1
@echo>>$(1) #define DLEXT_MAXLEN 4
@echo>>$(1) #define DLEXT ".dll"
@echo>>$(1) #define DLN_NEEDS_ALT_SEPARATOR 1