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

« back to all changes in this revision

Viewing changes to generic/tcl.h

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2011-12-20 18:16:54 UTC
  • mfrom: (11.2.3 sid)
  • Revision ID: package-import@ubuntu.com-20111220181654-ucrvquqz66e1dv80
Tags: 8.5.11-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Don't use tcl itself to install things when building, to allow for
    cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
#define TCL_MAJOR_VERSION   8
59
59
#define TCL_MINOR_VERSION   5
60
60
#define TCL_RELEASE_LEVEL   TCL_FINAL_RELEASE
61
 
#define TCL_RELEASE_SERIAL  10
 
61
#define TCL_RELEASE_SERIAL  11
62
62
 
63
63
#define TCL_VERSION         "8.5"
64
 
#define TCL_PATCH_LEVEL     "8.5.10"
 
64
#define TCL_PATCH_LEVEL     "8.5.11"
65
65
 
66
66
/*
67
67
 * The following definitions set up the proper options for Windows compilers.
2135
2135
 * reflected in regcustom.h.
2136
2136
 */
2137
2137
 
2138
 
#if TCL_UTF_MAX > 3
 
2138
#if TCL_UTF_MAX > 4
2139
2139
    /*
2140
2140
     * unsigned int isn't 100% accurate as it should be a strict 4-byte value
2141
2141
     * (perhaps wchar_t). 64-bit systems may have troubles. The size of this