From 4c4fd40d7fbdbb6aff5754d93f39980ff6ff409c Mon Sep 17 00:00:00 2001 From: uema2 Date: Sat, 21 Jun 2003 04:55:59 +0000 Subject: * wince/Makefile.sub: undefine HAVE__SETJMP. * wince/resource.rb: include winver.h in wince3.0. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wince/Makefile.sub | 1 - 1 file changed, 1 deletion(-) (limited to 'wince/Makefile.sub') diff --git a/wince/Makefile.sub b/wince/Makefile.sub index d56b21753..77c8008cf 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -262,7 +262,6 @@ config.h: #define HAVE_WAITPID 1 #define HAVE_CHSIZE 0 #define HAVE_TIMES 1 -#define HAVE__SETJMP 1 #define HAVE_TELLDIR 1 #define HAVE_SEEKDIR 1 #define HAVE_MKTIME 1 -- cgit