diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-18 17:17:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-18 17:17:31 (GMT) |
commit | f9715cfd19078a6422fe87f43cb9b93b900a9fe7 (patch) | |
tree | e83bd85cbb9ba46e7fe7f49f477a5aa0799fd45d | |
parent | 5e5bcd132f05719b0bd2dbd8449cc26b325ef811 (diff) | |
download | tcl-f9715cfd19078a6422fe87f43cb9b93b900a9fe7.zip tcl-f9715cfd19078a6422fe87f43cb9b93b900a9fe7.tar.gz tcl-f9715cfd19078a6422fe87f43cb9b93b900a9fe7.tar.bz2 |
more formatting police
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ * generic/tclCmdAH.c ([catch], [error]): * generic/tclCmdMZ.c ([return]): * generic/tclProc.c (TclUpdateReturnInfo): - * generic/tclResult.c (Tcl_SetErrorCodeVA, Tcl_SetObjErrorCode - TclTransferResult): Refactored so that all errorCode setting + * generic/tclResult.c (Tcl_SetErrorCodeVA, Tcl_SetObjErrorCode) + (TclTransferResult): Refactored so that all errorCode setting flows through Tcl_SetObjErrorCode(). This greatly reduces the number of different places in the code that need to know details about an internal bitflag field of the Interp struct. Also |