summaryrefslogtreecommitdiffstats
path: root/generic/tclResult.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-21 10:13:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-21 10:13:37 (GMT)
commit4a9549053c5065a1fd09b601851548e7418967c0 (patch)
treeedbc91ee6b8cec5968ef78ebc501937c02d79a5d /generic/tclResult.c
parent7cd696d234348fee7d05b41112028901a9d7cdad (diff)
parent07bdaceb97e059a802ca158f1661c23e651ec949 (diff)
downloadtcl-4a9549053c5065a1fd09b601851548e7418967c0.zip
tcl-4a9549053c5065a1fd09b601851548e7418967c0.tar.gz
tcl-4a9549053c5065a1fd09b601851548e7418967c0.tar.bz2
remove unnecessary struct names, which only pollute the "struct" namespace for the compiler.
Diffstat (limited to 'generic/tclResult.c')
-rw-r--r--generic/tclResult.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclResult.c b/generic/tclResult.c
index 618b7d8..1a73288 100644
--- a/generic/tclResult.c
+++ b/generic/tclResult.c
@@ -34,7 +34,7 @@ static void ResetObjResult(Interp *iPtr);
* then back up to the result or the error that was previously in progress.
*/
-typedef struct InterpState {
+typedef struct {
int status; /* return code status */
int flags; /* Each remaining field saves the */
int returnLevel; /* corresponding field of the Interp */