diff options
author | stanton <stanton> | 1999-03-10 06:12:55 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-03-10 06:12:55 (GMT) |
commit | 10a767e6406260972a8899c07a945a9460f30258 (patch) | |
tree | 9796cf1f43b6e1b88d96704bb583c6845a1f0f97 /generic | |
parent | 0b4be24161f5971f3181adec27a32becf7cb8870 (diff) | |
download | tcl-10a767e6406260972a8899c07a945a9460f30258.zip tcl-10a767e6406260972a8899c07a945a9460f30258.tar.gz tcl-10a767e6406260972a8899c07a945a9460f30258.tar.bz2 |
Changed TCL_STUB_MAGIC back to match plus patch implementation.dev_stubs_merge_8_1_3_9_99core_8_1_merge_3_9_99
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 05ebf7b..55660cf 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.34 1999/03/10 05:52:46 stanton Exp $ + * RCS: @(#) $Id: tcl.h,v 1.35 1999/03/10 06:12:55 stanton Exp $ */ #ifndef _TCL @@ -1071,12 +1071,9 @@ typedef enum Tcl_PathType { /* * The following constant is used to test for older versions of Tcl * in the stubs tables. - * - * The plus patch implementation uses 0xFCA1BACF so we need to pick - * a different value to avoid accidental matches. */ -#define TCL_STUB_MAGIC 0xFCA3BACF +#define TCL_STUB_MAGIC 0xFCA1BACF /* * The following function is required to be defined in all stubs aware |