projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8905bc5
)
action: add all action_lists to snapshot...
author
Brian Norris
<banorris@uci.edu>
Fri, 25 May 2012 23:50:55 +0000
(16:50 -0700)
committer
Brian Norris
<banorris@uci.edu>
Sat, 26 May 2012 00:15:33 +0000
(17:15 -0700)
action.h
patch
|
blob
|
history
diff --git
a/action.h
b/action.h
index 005e65842e7353f9ca0dc50846eddf9bf054a111..b635e06c72ff67171bdfa5f9d61db75671316202 100644
(file)
--- a/
action.h
+++ b/
action.h
@@
-58,6
+58,6
@@
private:
int seq_number;
};
-typedef std::list<class ModelAction *
, MyAlloc< class ModelAction * >
> action_list_t;
+typedef std::list<class ModelAction *> action_list_t;
#endif /* __ACTION_H__ */