summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-24 02:52:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-24 02:52:08 +0000
commit37e11f3cce5dc533379117d216c09120b6546c26 (patch)
treed7bd385b2c33db30d80e573f9a370a2f4521e812 /symbian
parent9afa9ba9673370d98d433ba24c06282ca8f1e5e8 (diff)
* dln.c (translit_separator): moved back from load.c again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'symbian')
-rw-r--r--symbian/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbian/setup b/symbian/setup
index c9e153cb62..04d30858af 100644
--- a/symbian/setup
+++ b/symbian/setup
@@ -171,7 +171,7 @@ define config_h
@echo>>$(1) #define DLEXT_MAXLEN 4
@echo>>$(1) #define DLEXT ".dll"
@echo>>$(1) #define EXECUTABLE_EXTS ".exe",".com",".cmd",".bat"
-@echo>>$(1) #define DLN_NEEDS_ALT_SEPARATOR 1
+@echo>>$(1) #define DLN_NEEDS_ALT_SEPARATOR '\\'
@echo>>$(1) #define RUBY_LIB_VERSION_STYLE 3
@echo>>$(1) #define RUBY_LIB_PREFIX "C:/Data/Ruby/lib"
@echo>>$(1) #define RUBY_SITE_LIB "E:/Data/Ruby/lib"