diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-12-18 15:21:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-12-18 15:21:20 (GMT) |
commit | 315bd588df6de70180a2b3279c7364f742ae39c0 (patch) | |
tree | ea1bfda2c044ad0afd621d6bcb88bbf1310f7961 /generic/tcl.h | |
parent | b3487fd01575260657f3048607365dc2aa3ad6ac (diff) | |
download | tcl-315bd588df6de70180a2b3279c7364f742ae39c0.zip tcl-315bd588df6de70180a2b3279c7364f742ae39c0.tar.gz tcl-315bd588df6de70180a2b3279c7364f742ae39c0.tar.bz2 |
Minor stub-table fixes; see ChangeLog for details
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index c7cb5f2..976be0c 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.106 2001/11/23 01:26:39 das Exp $ + * RCS: @(#) $Id: tcl.h,v 1.107 2001/12/18 15:21:20 dkf Exp $ */ #ifndef _TCL @@ -2112,7 +2112,7 @@ typedef unsigned short Tcl_UniChar; * value since the stubs tables don't match. */ -#define TCL_STUB_MAGIC 0xFCA3BACF +#define TCL_STUB_MAGIC ((int)0xFCA3BACF) /* * The following function is required to be defined in all stubs aware |