diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2013-09-20 13:02:29 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2013-09-20 13:02:29 (GMT) |
| commit | 604f1eba04ed1c06a006712d43462b7ad6d7ce45 (patch) | |
| tree | bf68b0b0a6c8342c24a522435cd2cf797929427a /generic/tclParse.c | |
| parent | 9baee07d38ea836934fe3776ae101d3319301a10 (diff) | |
| parent | c874899e9c1e4f38969f972f9fd477d3c9c8baeb (diff) | |
| download | tcl-604f1eba04ed1c06a006712d43462b7ad6d7ce45.zip tcl-604f1eba04ed1c06a006712d43462b7ad6d7ce45.tar.gz tcl-604f1eba04ed1c06a006712d43462b7ad6d7ce45.tar.bz2 | |
merge trunk
Diffstat (limited to 'generic/tclParse.c')
| -rw-r--r-- | generic/tclParse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c index c5cb1d1..ee0d4c4 100644 --- a/generic/tclParse.c +++ b/generic/tclParse.c @@ -13,9 +13,9 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include <assert.h> #include "tclInt.h" #include "tclParse.h" +#include <assert.h> /* * The following table provides parsing information about each possible 8-bit |
