projects
/
c11tester.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
my changes
[c11tester.git]
/
snapshot-interface.cc
diff --git
a/snapshot-interface.cc
b/snapshot-interface.cc
index
952d790
..
770f316
100644
(file)
--- a/
snapshot-interface.cc
+++ b/
snapshot-interface.cc
@@
-13,6
+13,8
@@
#include <cstring>
#include <cassert>
+snapshotStack * snapshotObject;
+
/*This looks like it might leak memory... Subramanian should fix this. */
typedef std::basic_stringstream< char, std::char_traits< char >, MyAlloc< char > > MyStringStream;