Author: coke
Date: Mon Apr 18 17:51:37 2005
New Revision: 7869
Modified:
trunk/dynclasses/tclparser.pmc
Log:
remove duplicate declaration
Modified: trunk/dynclasses/tclparser.pmc
==============================================================================
--- trunk/dynclasses/tclparser.pmc (original)
+++ trunk/dynclasses/tclparser.pmc Mon Apr 18 17:51:37 2005
@@ -26,7 +26,7 @@
static INTVAL TclList,StringClass,IntegerClass,TclWord;
static STRING *bs_nl, *nl, *cb, *cp, *space;
-static STRING *ConcatWords, *ConcatConst, *ConcatConst, *ConcatVariable;
+static STRING *ConcatWords, *ConcatConst, *ConcatVariable;
static STRING *ConcatChar, *ConcatCommand;
pmclass TclParser dynpmc group tcl_group {