~ubuntu-branches/ubuntu/raring/tcl8.5/raring

« back to all changes in this revision

Viewing changes to generic/tcl.h

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-11-22 14:23:53 UTC
  • mfrom: (10.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091122142353-a0awlv6cays5y50f
Tags: 8.5.8-2
Fixed building on MIPS architectures. The upstream changes in 8.5.8
include changing FPU settings which isn't possible in Debian GNU/Linux
(and isn't required also).

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * See the file "license.terms" for information on usage and redistribution of
14
14
 * this file, and for a DISCLAIMER OF ALL WARRANTIES.
15
15
 *
16
 
 * RCS: @(#) $Id: tcl.h,v 1.254.2.9 2009/04/10 16:54:51 dgp Exp $
 
16
 * RCS: @(#) $Id: tcl.h,v 1.254.2.13 2009/11/03 19:21:37 dgp Exp $
17
17
 */
18
18
 
19
19
#ifndef _TCL
60
60
#define TCL_MAJOR_VERSION   8
61
61
#define TCL_MINOR_VERSION   5
62
62
#define TCL_RELEASE_LEVEL   TCL_FINAL_RELEASE
63
 
#define TCL_RELEASE_SERIAL  7
 
63
#define TCL_RELEASE_SERIAL  8
64
64
 
65
65
#define TCL_VERSION         "8.5"
66
 
#define TCL_PATCH_LEVEL     "8.5.7"
 
66
#define TCL_PATCH_LEVEL     "8.5.8"
67
67
 
68
68
/*
69
69
 * The following definitions set up the proper options for Windows compilers.
2179
2179
        Tcl_Interp *interp));
2180
2180
typedef void (Tcl_LimitHandlerDeleteProc) _ANSI_ARGS_((ClientData clientData));
2181
2181
 
2182
 
#ifndef MP_INT_DECLARED
2183
2182
typedef struct mp_int mp_int;
2184
2183
#define MP_INT_DECLARED
2185
 
#endif
2186
 
#ifndef MP_DIGIT_DECLARED
2187
 
typedef unsigned long mp_digit;
 
2184
typedef unsigned int mp_digit;
2188
2185
#define MP_DIGIT_DECLARED
2189
 
#endif
2190
2186
 
2191
2187
/*
2192
2188
 * The following constant is used to test for older versions of Tcl in the