diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-05 01:25:19 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-05 01:25:19 (GMT) |
| commit | a2f7f8f5ad0a73f583a7d7f1ec1a7bdd1538c73a (patch) | |
| tree | e222ea668c67780038775e398b3dafe8def9395d | |
| parent | 4b803ccfb006b7d5592b866cdeb106bd1cf2fbd5 (diff) | |
| download | tcl-a2f7f8f5ad0a73f583a7d7f1ec1a7bdd1538c73a.zip tcl-a2f7f8f5ad0a73f583a7d7f1ec1a7bdd1538c73a.tar.gz tcl-a2f7f8f5ad0a73f583a7d7f1ec1a7bdd1538c73a.tar.bz2 | |
Unbreak the build.
| -rw-r--r-- | generic/tclParse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c index 616f110..c379260 100644 --- a/generic/tclParse.c +++ b/generic/tclParse.c @@ -11,6 +11,7 @@ * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. + */ #include "tclInt.h" |
