From ee4fbaa37e4577a4a51a5810489393afe51ce870 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 9 Mar 2009 19:56:46 +0000 Subject: * 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 --- symbian/setup | 1 + 1 file changed, 1 insertion(+) (limited to 'symbian') 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 -- cgit v1.2.3