diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-06 01:31:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-06 01:31:21 +0000 |
commit | 4e92e6194fa0fd47c49314976c015ce655e12ccc (patch) | |
tree | dfb412a9a11ee2762f40818cddc8e59b105bc83e /devel/dprog/files/patch-ast.cc | |
parent | - Fix build with gtk 2.4 (diff) |
add dprog 0.3.1
A language for specifying dynamic programming algorithms
Notes
Notes:
svn path=/head/; revision=106286
Diffstat (limited to 'devel/dprog/files/patch-ast.cc')
-rw-r--r-- | devel/dprog/files/patch-ast.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/dprog/files/patch-ast.cc b/devel/dprog/files/patch-ast.cc new file mode 100644 index 000000000000..7e0f8ffa3813 --- /dev/null +++ b/devel/dprog/files/patch-ast.cc @@ -0,0 +1,7 @@ +--- ast.cc.orig Tue Dec 30 17:40:13 2003 ++++ ast.cc Tue Dec 30 17:40:21 2003 +@@ -1,3 +1,4 @@ ++#include <cassert> + + #include "ast.hh" + #include "visitor.hh" |