summaryrefslogtreecommitdiff
path: root/colm/lmparse.kl
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-05-25 01:16:58 +0000
committerAdrian Thurston <thurston@complang.org>2012-05-25 01:16:58 +0000
commit7002b23612df9071f417f0da99bf0b7cf4a0fd24 (patch)
tree98c60af7aae10b02b343c5a300d585de67885861 /colm/lmparse.kl
parent270fd57e97eeda35b09fd2c5669ab9fdaeee290e (diff)
downloadcolm-7002b23612df9071f417f0da99bf0b7cf4a0fd24.tar.gz
cleanup of collect-ignore
Suppress code generation of types that are duplicates into the ignore/token/ci regions. Removed some print statements used for debugging.
Diffstat (limited to 'colm/lmparse.kl')
-rw-r--r--colm/lmparse.kl2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/lmparse.kl b/colm/lmparse.kl
index b93c1da0..2d5677b8 100644
--- a/colm/lmparse.kl
+++ b/colm/lmparse.kl
@@ -392,7 +392,7 @@ define_prod: opt_collect_ignore '[' prod_el_list ']' opt_commit opt_reduce_code
if ( $1->value ) {
for ( RegionList::Iter r = pd->regionList; r.lte(); r++ ) {
if ( strcmp( r->name.data, $1->region.data ) == 0 ) {
- cerr << "assigning collect ignore " << r->name << endl;
+ //cerr << "assigning collect ignore " << r->name << endl;
newDef->collectIgnoreRegion = r;
}
}