From 07dc9808f36d774371138f766748daa30c9e899d Mon Sep 17 00:00:00 2001 From: dkf Date: Mon, 25 Apr 2011 06:47:08 +0000 Subject: Converted #ifdef out to use a never-defined symbol so that it is clear that two pieces of code are related. (The guarded code doesn't compile.) --- macosx/tkMacOSXWm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c index 4df82fe..d11c14b 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -1637,7 +1637,7 @@ WmForgetCmd( int objc, /* Number of arguments. */ Tcl_Obj *const objv[]) /* Argument objects. */ { -#if 1 +#ifndef WM_FORGET_SUPPORTED Tcl_AppendResult(interp, "wm forget is not yet supported", NULL); return TCL_ERROR; #else @@ -2393,7 +2393,7 @@ WmManageCmd( int objc, /* Number of arguments. */ Tcl_Obj *const objv[]) /* Argument objects. */ { -#if 1 +#ifndef WM_FORGET_SUPPORTED Tcl_AppendResult(interp, "wm manage is not yet supported", NULL); return TCL_ERROR; #else -- cgit v0.12