summaryrefslogtreecommitdiffstats
path: root/generic/regcustom.h
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-04-28 11:50:52 (GMT)
committernijtmans <nijtmans@noemail.net>2010-04-28 11:50:52 (GMT)
commit1f8f4c413259c50bce35edec87155b6d3bbf79b6 (patch)
treed670f15c4e6711c3221297fd0c7137f4ae51d7ae /generic/regcustom.h
parente7f9455e2f9fee2e510d83a9ffdded75c88f586f (diff)
downloadtcl-1f8f4c413259c50bce35edec87155b6d3bbf79b6.zip
tcl-1f8f4c413259c50bce35edec87155b6d3bbf79b6.tar.gz
tcl-1f8f4c413259c50bce35edec87155b6d3bbf79b6.tar.bz2
Remove unused @MAN2TCLFLAGS@
Move <limits.h> include from tclInt.h to tclWinPort.h, and eliminate unneeded <stdlib.h>, <stdio.h> and <string.h>, which are already in tclInt.h Move "tclInt.h" from regcustom.h up to regex.h. tclAlloc.c: Unneeded <stdio.h> include tclExecute.c: Fix gcc warning: comparison between signed and unsigned FossilOrigin-Name: a8f2c2ec69d18aad61b138d4e1ca64ea2684a267
Diffstat (limited to 'generic/regcustom.h')
-rw-r--r--generic/regcustom.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/generic/regcustom.h b/generic/regcustom.h
index 2f30ffd..bc8c28c 100644
--- a/generic/regcustom.h
+++ b/generic/regcustom.h
@@ -30,7 +30,7 @@
* Headers if any.
*/
-#include "tclInt.h"
+#include "regex.h"
/*
* Overrides for regguts.h definitions, if any.
@@ -155,7 +155,9 @@ typedef int celt; /* Type to hold chr, or NOCELT */
#endif
/*
- * And pick up the standard header.
+ * Local Variables:
+ * mode: c
+ * c-basic-offset: 4
+ * fill-column: 78
+ * End:
*/
-
-#include "regex.h"