summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
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 274be35..61b0c48 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