From d7bbf4fdd29c9050d12d6d95237caf080ffec605 Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 26 Jan 2004 03:49:21 +0000 Subject: * 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 --- ext/tcltklib/tcltklib.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ext/tcltklib') diff --git a/ext/tcltklib/tcltklib.c b/ext/tcltklib/tcltklib.c index a7de967838..1c19ae6cef 100644 --- a/ext/tcltklib/tcltklib.c +++ b/ext/tcltklib/tcltklib.c @@ -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 */ -- cgit v1.2.3