summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-02-26 20:28:59 (GMT)
committerjenglish <jenglish@flightlab.com>2008-02-26 20:28:59 (GMT)
commit480791e56d8ff26684b9510b81edbf9bc8fe89c2 (patch)
treeb16404448f238c29bf86141f9ac01b5b18457cea /generic/tclCompile.h
parenta46d1b4c18dd41db8e81fd46a75453453d8e3da9 (diff)
downloadtcl-480791e56d8ff26684b9510b81edbf9bc8fe89c2.zip
tcl-480791e56d8ff26684b9510b81edbf9bc8fe89c2.tar.gz
tcl-480791e56d8ff26684b9510b81edbf9bc8fe89c2.tar.bz2
Remove stray trailing "," from enum InstOperandType definition (C99ism).
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index fae5553..eee0da9 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCompile.h,v 1.89 2008/01/23 17:31:42 dgp Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.90 2008/02/26 20:28:59 jenglish Exp $
*/
#ifndef _TCLCOMPILATION
@@ -672,7 +672,7 @@ typedef enum InstOperandType {
* variable table. */
OPERAND_LVT4, /* Four byte unsigned index into the local
* variable table. */
- OPERAND_AUX4, /* Four byte unsigned index into the aux data
+ OPERAND_AUX4 /* Four byte unsigned index into the aux data
* table. */
} InstOperandType;