Index: xotcl/generic/xotcl.h =================================================================== diff -u -r78e82b3563a644f2df47320eacc693f1b788b03c -rbb3c756fb47517596b9dbcb4e580aa1212827b41 --- xotcl/generic/xotcl.h (.../xotcl.h) (revision 78e82b3563a644f2df47320eacc693f1b788b03c) +++ xotcl/generic/xotcl.h (.../xotcl.h) (revision bb3c756fb47517596b9dbcb4e580aa1212827b41) @@ -1,6 +1,6 @@ /* -*- Mode: c++ -*- * - * $Id: xotcl.h,v 1.8 2006/02/18 22:17:33 neumann Exp $ + * $Id: xotcl.h,v 1.9 2006/09/14 06:36:02 neumann Exp $ * * Extended Object Tcl (XOTcl) * @@ -125,6 +125,9 @@ #if TCL_MAJOR_VERSION==8 && TCL_MINOR_VERSION<4 # define PRE84 #endif +#if TCL_MAJOR_VERSION==8 && TCL_MINOR_VERSION<5 +# define PRE85 +#endif /* * A special definition used to allow this header file to be included