diff options
author | escoffon <escoffon> | 1998-07-28 09:08:40 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-07-28 09:08:40 (GMT) |
commit | 50fb089ec256bc13b1a6ebac95497eb0808dfc72 (patch) | |
tree | 5a605986f957f9fa3fb601b226335a75b6a9ed05 | |
parent | 05da531bddda14b8b24dde2667a98b87a6b270b4 (diff) | |
download | tcl-50fb089ec256bc13b1a6ebac95497eb0808dfc72.zip tcl-50fb089ec256bc13b1a6ebac95497eb0808dfc72.tar.gz tcl-50fb089ec256bc13b1a6ebac95497eb0808dfc72.tar.bz2 |
cosmetic change to a comment
-rw-r--r-- | generic/tclCompile.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index 62581f2..5d42ce7 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -6,7 +6,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: %Z% $Id: tclCompile.h,v 1.4 1998/07/06 14:54:36 welch Exp $ + * SCCS: %Z% $Id: tclCompile.h,v 1.5 1998/07/28 09:08:40 escoffon Exp $ */ #ifndef _TCLCOMPILATION @@ -351,9 +351,9 @@ typedef struct ByteCode { * plus 1 for each execution of the code * currently active. This structure can be * freed when refCount becomes zero. */ - unsigned int flags; /* flags describing state for the codebyte. - * this variable holds ORed values from the - * TCL_BYTECODE_ masks defined above */ + unsigned int flags; /* flags describing state for the codebyte. + * this variable holds ORed values from the + * TCL_BYTECODE_ masks defined above */ char *source; /* The source string from which this * ByteCode was compiled. Note that this * pointer is not owned by the ByteCode and |