projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56b3408
)
(undo_all): Clear previous_undos field.
author
Jim Wilson
<wilson@gcc.gnu.org>
Mon, 22 Jul 1996 23:32:36 +0000
(16:32 -0700)
committer
Jim Wilson
<wilson@gcc.gnu.org>
Mon, 22 Jul 1996 23:32:36 +0000
(16:32 -0700)
From-SVN: r12544
gcc/combine.c
patch
|
blob
|
history
diff --git
a/gcc/combine.c
b/gcc/combine.c
index b83f020a98ba5b1feb8e6791b8bcdb40f2205a09..03b86449355bb61becebb939dc227d7e7d9ef242 100644
(file)
--- a/
gcc/combine.c
+++ b/
gcc/combine.c
@@
-2429,7
+2429,7
@@
undo_all ()
}
obfree (undobuf.storage);
- undobuf.undos = 0;
+ undobuf.undos =
undobuf.previous_undos =
0;
/* Clear this here, so that subsequent get_last_value calls are not
affected. */