diff options
author | stanton <stanton> | 1999-03-12 23:03:51 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-03-12 23:03:51 (GMT) |
commit | 8dca69348895c74972d83875b2a2fe5c19e3884c (patch) | |
tree | 08800e6c60179f348047a7438bb7adf1670784f6 /generic/tcl.h | |
parent | 9ee0bae50a473f5d1a57e71c6cf9c8238cd55f4d (diff) | |
download | tcl-8dca69348895c74972d83875b2a2fe5c19e3884c.zip tcl-8dca69348895c74972d83875b2a2fe5c19e3884c.tar.gz tcl-8dca69348895c74972d83875b2a2fe5c19e3884c.tar.bz2 |
Changed magic number so it doesn't match the plus patch, at Jan's request.
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 d98a955..9a56498 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.37 1999/03/11 02:49:33 stanton Exp $ + * RCS: @(#) $Id: tcl.h,v 1.38 1999/03/12 23:03:51 stanton Exp $ */ #ifndef _TCL @@ -1075,7 +1075,7 @@ typedef enum Tcl_PathType { * in the stubs tables. */ -#define TCL_STUB_MAGIC 0xFCA1BACF +#define TCL_STUB_MAGIC 0xFCA3BACF /* * The following function is required to be defined in all stubs aware |