summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLib.c
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-05-25 01:00:24 (GMT)
committerstanton <stanton@noemail.net>1999-05-25 01:00:24 (GMT)
commitd4d822458f5aba15cf3f7545f93d197b3ac2cb2c (patch)
treec6ae3dc5b7358d34779ab1532096630dfad174d0 /generic/tclStubLib.c
parent9e4e6523a25123e1025374b5833df9710b884d9d (diff)
downloadtcl-d4d822458f5aba15cf3f7545f93d197b3ac2cb2c.zip
tcl-d4d822458f5aba15cf3f7545f93d197b3ac2cb2c.tar.gz
tcl-d4d822458f5aba15cf3f7545f93d197b3ac2cb2c.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. FossilOrigin-Name: 1cdb3df62154621f2b3364b0674762235f4f2df2
Diffstat (limited to 'generic/tclStubLib.c')
-rw-r--r--generic/tclStubLib.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tclStubLib.c b/generic/tclStubLib.c
index 6a3f308..df1d385 100644
--- a/generic/tclStubLib.c
+++ b/generic/tclStubLib.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStubLib.c,v 1.3 1999/03/10 05:52:50 stanton Exp $
+ * RCS: @(#) $Id: tclStubLib.c,v 1.4 1999/05/25 01:00:27 stanton Exp $
*/
/*
@@ -76,6 +76,10 @@ HasStubSupport (interp)
*----------------------------------------------------------------------
*/
+#ifdef Tcl_InitStubs
+#undef Tcl_InitStubs
+#endif
+
char *
Tcl_InitStubs (interp, version, exact)
Tcl_Interp *interp;