diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-07 14:11:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-07 14:11:14 (GMT) |
commit | bd029862116ad33d99b5b3fee22cc8f5794daa6d (patch) | |
tree | d8a7e676e4a27ccba148666887d3902d36926b77 | |
parent | 12b6197382570a2802e97fd4534468e359289a22 (diff) | |
download | tcl-novem_demo_bug_3588687.zip tcl-novem_demo_bug_3588687.tar.gz tcl-novem_demo_bug_3588687.tar.bz2 |
now change magic value, to demonstrate better solutionnovem_demo_bug_3588687
-rw-r--r-- | generic/tcl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 162983b..26d5097 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -2191,7 +2191,7 @@ typedef int (Tcl_NRPostProc) (ClientData data[], Tcl_Interp *interp, * stubs tables. */ -#define TCL_STUB_MAGIC ((int) 0xFCA3BACF) +#define TCL_STUB_MAGIC ((int) 0xFCA3BACB) /* * The following function is required to be defined in all stubs aware |