Index: xotcl/generic/xotclInt.h =================================================================== diff -u -r8c47264f39e2e6a65fc0c23d8d856a47cdf27fc4 -rfda7a40548bb07598ac92453064c2d844d6b12da --- xotcl/generic/xotclInt.h (.../xotclInt.h) (revision 8c47264f39e2e6a65fc0c23d8d856a47cdf27fc4) +++ xotcl/generic/xotclInt.h (.../xotclInt.h) (revision fda7a40548bb07598ac92453064c2d844d6b12da) @@ -1,5 +1,5 @@ /* -*- Mode: c++ -*- - * $Id: xotclInt.h,v 1.10 2004/11/14 01:07:17 neumann Exp $ + * $Id: xotclInt.h,v 1.11 2004/11/19 01:41:32 neumann Exp $ * Extended Object Tcl (XOTcl) * * Copyright (C) 1999-2002 Gustaf Neumann, Uwe Zdun @@ -261,7 +261,7 @@ # endif #endif -#if 0 +#if 1 #define XOTcl_FrameDecls CallFrame *oldFramePtr = 0, frame, *newFramePtr = &frame #define XOTcl_PushFrame(in,obj) \ memset(newFramePtr, 0, sizeof(CallFrame)); \ @@ -322,7 +322,6 @@ /* TCL_CONTINUE is defined as 4, from 5 on we can use app-specific return codes */ -#define XOTCL_UNKNOWN 5 #define XOTCL_CHECK_FAILED 6 /* flags for call method */ @@ -612,6 +611,7 @@ int errorCount; int callDestroy; int callIsDestroy; + int unknown; int exitHandlerDestroyRound; int returnCode; long newCounter;