1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2002-11-09 08:05:27 +00:00
parent ba565bd6b3
commit 977bf97db3
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sat Nov 9 16:06:57 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.
Sat Nov 9 11:39:45 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* eval.c: remove ENABLE_TRACE/DISABLE_TRACE to trace child nodes of

View file

@ -4,6 +4,7 @@
#include "ruby.h"
#if defined _WIN32 || defined __CYGWIN__
# include "util.h"
# include <windows.h>
typedef HINSTANCE DL_HANDLE;
# define DL_OPEN LoadLibrary