projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00a4dfc
)
error
author
Brian Demsky
<bdemsky@uci.edu>
Wed, 3 Oct 2012 08:28:12 +0000
(
01:28
-0700)
committer
Brian Demsky
<bdemsky@uci.edu>
Wed, 3 Oct 2012 08:28:12 +0000
(
01:28
-0700)
nodestack.cc
patch
|
blob
|
history
diff --git
a/nodestack.cc
b/nodestack.cc
index f5cb6f0e2f4bcf1b8ee350485825f2afec0d28fb..d5425e335dad86614b4e09db71717e0b00dfe2d2 100644
(file)
--- a/
nodestack.cc
+++ b/
nodestack.cc
@@
-418,7
+418,7
@@
void NodeStack::pop_restofstack(int numAhead)
{
/* Diverging from previous execution; clear out remainder of list */
unsigned int it=iter+numAhead;
- for(unsigned i=it;i<node_list.size();i++)
+ for(unsigned i
nt i
=it;i<node_list.size();i++)
delete node_list[i];
node_list.resize(it);
}