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

* ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2004-01-26 03:49:21 +00:00
parent f1e88899d9
commit d7bbf4fdd2
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Jan 26 12:45:23 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7
Mon Jan 26 11:30:58 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/extmk.rb: Makefiles should depend on also rbconfig.rb.

View file

@ -36,6 +36,12 @@
# endif
# endif
# endif
#else /* TCL_MAJOR_VERSION == 7 */
# ifdef CONST
# define CONST84 CONST
# else
# define CONST84
# endif
#endif
/* for ruby_debug */