From 480791e56d8ff26684b9510b81edbf9bc8fe89c2 Mon Sep 17 00:00:00 2001 From: jenglish Date: Tue, 26 Feb 2008 20:28:59 +0000 Subject: Remove stray trailing "," from enum InstOperandType definition (C99ism). --- ChangeLog | 5 +++++ generic/tclCompile.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2196c6..e37f9a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-22 Joe English + + * generic/tclCompile.h: Remove stray trailing "," from + enum InstOperandType definition (C99ism). + 2008-02-26 Jeff Hobbs * generic/tclUtil.c (TclReToGlob): fix the handling of the last 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; -- cgit v0.12