summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-09-05 12:45:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-09-05 12:45:11 (GMT)
commit133768540d48de8f9bf0638fd9983178588bd18a (patch)
tree88442b4642d15d5343da3efcd40710e1025eab06
parentb3460347ff35c128172c444ec354fc16735966be (diff)
downloadtcl-133768540d48de8f9bf0638fd9983178588bd18a.zip
tcl-133768540d48de8f9bf0638fd9983178588bd18a.tar.gz
tcl-133768540d48de8f9bf0638fd9983178588bd18a.tar.bz2
Error in order of #include lines broke some windows builds.
-rw-r--r--generic/tclParse.c2
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