summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index d577b6a..94f16f0 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -34,7 +34,7 @@ struct ByteCode; /* Forward declaration. */
* This variable is linked to the Tcl variable "tcl_traceCompile".
*/
-MODULE_SCOPE int tclTraceCompile;
+MODULE_SCOPE int tclTraceCompile;
/*
* Variable that controls whether execution tracing is enabled and, if so,
@@ -46,7 +46,7 @@ MODULE_SCOPE int tclTraceCompile;
* This variable is linked to the Tcl variable "tcl_traceExec".
*/
-MODULE_SCOPE int tclTraceExec;
+MODULE_SCOPE int tclTraceExec;
#endif
/*
@@ -317,13 +317,13 @@ typedef struct CompileEnv {
int mallocedCodeArray; /* Set 1 if code array was expanded and
* codeStart points into the heap.*/
LiteralEntry *literalArrayPtr;
- /* Points to start of LiteralEntry array. */
+ /* Points to start of LiteralEntry array. */
Tcl_Size literalArrayNext; /* Index of next free object array entry. */
Tcl_Size literalArrayEnd; /* Index just after last obj array entry. */
int mallocedLiteralArray; /* 1 if object array was expanded and objArray
* points into the heap, else 0. */
ExceptionRange *exceptArrayPtr;
- /* Points to start of the ExceptionRange
+ /* Points to start of the ExceptionRange
* array. */
Tcl_Size exceptArrayNext; /* Next free ExceptionRange array index.
* exceptArrayNext is the number of ranges and
@@ -468,7 +468,7 @@ typedef struct ByteCode {
* array. This is just after the last code
* byte. */
ExceptionRange *exceptArrayPtr;
- /* Points to the start of the ExceptionRange
+ /* Points to the start of the ExceptionRange
* array. This is just after the last object
* in the object array. */
AuxData *auxDataArrayPtr; /* Points to the start of the auxiliary data