diff options
Diffstat (limited to 'macosx/tkMacOSXWm.c')
-rw-r--r-- | macosx/tkMacOSXWm.c | 4 |
1 files 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 |