Skip to content

Commit 38642cd

Browse files
author
kroening
committed
added pipe_stream class
git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@3252 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
1 parent e6f81cf commit 38642cd

File tree

3 files changed

+556
-1
lines changed

3 files changed

+556
-1
lines changed

src/util/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SRC = arith_tools.cpp base_type.cpp cmdline.cpp config.cpp symbol_table.cpp \
1717
ieee_float.cpp signal_catcher.cpp pointer_offset_size.cpp \
1818
bv_arithmetic.cpp tempdir.cpp tempfile.cpp timer.cpp unicode.cpp \
1919
irep_ids.cpp byte_operators.cpp string2int.cpp file_util.cpp \
20-
memory_info.cpp
20+
memory_info.cpp pipe_stream.cpp
2121

2222
INCLUDES= -I ..
2323

0 commit comments

Comments
 (0)