summaryrefslogtreecommitdiffstats
path: root/unix/tclAppInit.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2004-11-12 22:52:27 (GMT)
committerdgp <dgp@noemail.net>2004-11-12 22:52:27 (GMT)
commit28f0b4d1502a86b379e30cb1b33f432fe7f9330e (patch)
tree7aec0a77c91fb6efd4c9bedc5495c0023128341d /unix/tclAppInit.c
parent53e186e9638b1ed7f0ceef0d8f06f8421daf785d (diff)
downloadtcl-28f0b4d1502a86b379e30cb1b33f432fe7f9330e.zip
tcl-28f0b4d1502a86b379e30cb1b33f432fe7f9330e.tar.gz
tcl-28f0b4d1502a86b379e30cb1b33f432fe7f9330e.tar.bz2
* unix/tclAppInit.c: Removed tclConfig.h #include, now that tcl.h
takes care of it for us. FossilOrigin-Name: e02679800ae0834051be6c44eedbf6bff78e2531
Diffstat (limited to 'unix/tclAppInit.c')
-rw-r--r--unix/tclAppInit.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/unix/tclAppInit.c b/unix/tclAppInit.c
index 1202a34..9f2ab39 100644
--- a/unix/tclAppInit.c
+++ b/unix/tclAppInit.c
@@ -11,16 +11,9 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclAppInit.c,v 1.14 2004/11/12 18:07:55 rmax Exp $
+ * RCS: @(#) $Id: tclAppInit.c,v 1.15 2004/11/12 22:52:30 dgp Exp $
*/
-/*
- * The core stores all its #defs in config.h for clarity...
- */
-#ifdef HAVE_CONFIG_H
-#include "tclConfig.h"
-#endif
-
#include "tcl.h"
#ifdef TCL_TEST