summaryrefslogtreecommitdiffstats
path: root/generic/tclPort.h
diff options
context:
space:
mode:
authorstanton <stanton>1999-05-25 01:00:24 (GMT)
committerstanton <stanton>1999-05-25 01:00:24 (GMT)
commit7f971b8cac02f17596d5bc7fbb20d4eee85caa84 (patch)
treec6ae3dc5b7358d34779ab1532096630dfad174d0 /generic/tclPort.h
parent60e436c4cfd066fdf891a16bd62985ea59760ef3 (diff)
downloadtcl-7f971b8cac02f17596d5bc7fbb20d4eee85caa84.zip
tcl-7f971b8cac02f17596d5bc7fbb20d4eee85caa84.tar.gz
tcl-7f971b8cac02f17596d5bc7fbb20d4eee85caa84.tar.bz2
* generic/tcl.decls:
* generic/tclCmdMZ.c: * generic/tclDecls.h: * generic/tclInt.decls: * generic/tclIntDecls.h: * generic/tclPort.h: * generic/tclStubInit.c: * generic/tclStubLib.c: Various header file related changes and other lint to try to get the Mac builds working.
Diffstat (limited to 'generic/tclPort.h')
-rw-r--r--generic/tclPort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclPort.h b/generic/tclPort.h
index 70a7312..70281a2 100644
--- a/generic/tclPort.h
+++ b/generic/tclPort.h
@@ -10,13 +10,13 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclPort.h,v 1.4 1999/04/23 01:57:12 stanton Exp $
+ * RCS: @(#) $Id: tclPort.h,v 1.5 1999/05/25 01:00:27 stanton Exp $
*/
#ifndef _TCLPORT
#define _TCLPORT
-#include <tcl.h>
+#include "tcl.h"
#if defined(__WIN32__)
# include "../win/tclWinPort.h"