diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-25 12:29:37 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-25 12:29:37 +0000 |
| commit | eaa2e4a30c15bc722398e5863b1fd7bb34f19165 (patch) | |
| tree | eed65b0fdef11a2f7415c5146c6f192f2fbcebaf /wince | |
| parent | a6862e4baadefcb0fb008e995498c0ed349a006d (diff) | |
| download | ruby-eaa2e4a30c15bc722398e5863b1fd7bb34f19165.tar.gz ruby-eaa2e4a30c15bc722398e5863b1fd7bb34f19165.tar.xz ruby-eaa2e4a30c15bc722398e5863b1fd7bb34f19165.zip | |
* common.mk: Borland MAKE doesn't look for file names which have paths
from VPATH. fixed: [ruby-dev:26604]
* ruby.h (NORETURN, DEPRECATED): moved just after config.h.
* {win32,wince}/Makefile.sub: vsnprintf() is in missing now.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
| -rw-r--r-- | wince/Makefile.sub | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 3be25abc6..dc5ec293b 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -251,7 +251,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/wince/Makefile.sub #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 #define HAVE_FLOCK 1 -#define HAVE_VSNPRINTF 1 #define HAVE_FINITE 1 #define HAVE_HYPOT 1 #define HAVE_FMOD 1 |
