From 1b85104996a3c6e664916be23019fbc5cbb97c08 Mon Sep 17 00:00:00 2001 From: azav Date: Mon, 16 Feb 2009 12:55:49 +0000 Subject: * symbian/setup: Update Symbian config to match recent changes in missing/alloca.c git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- symbian/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'symbian') diff --git a/symbian/setup b/symbian/setup index 53de952904..cb28157b69 100644 --- a/symbian/setup +++ b/symbian/setup @@ -80,7 +80,7 @@ define config_h @echo>>$(1) #define HAVE_RB_FD_INIT 1 @echo>>$(1) #define GETGROUPS_T gid_t @echo>>$(1) #define RETSIGTYPE void -@echo>>$(1) #define HAVE_ALLOCA 1 +@echo>>$(1) #define C_ALLOCA 1 @echo>>$(1) #define HAVE_DUP2 1 @echo>>$(1) #define HAVE_MEMMOVE 1 @echo>>$(1) #define HAVE_STRCASECMP 1 -- cgit v1.2.3