summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-23 15:02:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-23 15:02:41 (GMT)
commitc053495b3e85c92d11d50b3cbafb83cd0fac99e5 (patch)
tree485f95e275b35cc7495f90a2b96a50e8ff2ba24e /generic/tcl.h
parent35c8341ccb9951b0e769ebe7e7f77a07dfd52fc7 (diff)
parent65cf5b39664345503c534418c57505e118a9b3a8 (diff)
downloadtcl-c053495b3e85c92d11d50b3cbafb83cd0fac99e5.zip
tcl-c053495b3e85c92d11d50b3cbafb83cd0fac99e5.tar.gz
tcl-c053495b3e85c92d11d50b3cbafb83cd0fac99e5.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 886e42e..33b8217 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -578,14 +578,6 @@ typedef struct Tcl_RegExpInfo {
} Tcl_RegExpInfo;
/*
- * Picky compilers complain if this typdef doesn't appear before the struct's
- * reference in tclDecls.h.
- */
-
-typedef Tcl_StatBuf *Tcl_Stat_;
-typedef struct stat *Tcl_OldStat_;
-
-/*
*----------------------------------------------------------------------------
* When a TCL command returns, the interpreter contains a result from the
* command. Programmers are strongly encouraged to use one of the functions