summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-03-10 06:12:54 (GMT)
committerstanton <stanton@noemail.net>1999-03-10 06:12:54 (GMT)
commit5edc9ae6bb6b8e8569aefe4212f26c511bb22eae (patch)
tree9796cf1f43b6e1b88d96704bb583c6845a1f0f97
parent3590769e600141e2a2a0e8413790130248ed65ee (diff)
downloadtcl-5edc9ae6bb6b8e8569aefe4212f26c511bb22eae.zip
tcl-5edc9ae6bb6b8e8569aefe4212f26c511bb22eae.tar.gz
tcl-5edc9ae6bb6b8e8569aefe4212f26c511bb22eae.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
FossilOrigin-Name: b20d838b6066deeeb68b1c40dfd10e041620ad2a
-rw-r--r--ChangeLog3
-rw-r--r--generic/tcl.h7
2 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index cb3f6f7..0d8b4f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1999-03-09 <stanton@GASPODE>
+ * generic/tcl.h: Changed TCL_STUB_MAGIC back to match plus patch
+ implementation.
+
* Regenerated stub interfaces.
* tools/genStubs.tcl: Reorganized code to support mixed generic
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