summaryrefslogtreecommitdiff
path: root/devel/dprog/files/patch-range_checking_test.cc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-04-06 01:31:21 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-04-06 01:31:21 +0000
commit4e92e6194fa0fd47c49314976c015ce655e12ccc (patch)
treedfb412a9a11ee2762f40818cddc8e59b105bc83e /devel/dprog/files/patch-range_checking_test.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-range_checking_test.cc')
-rw-r--r--devel/dprog/files/patch-range_checking_test.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/dprog/files/patch-range_checking_test.cc b/devel/dprog/files/patch-range_checking_test.cc
new file mode 100644
index 000000000000..c35f43c15fb8
--- /dev/null
+++ b/devel/dprog/files/patch-range_checking_test.cc
@@ -0,0 +1,11 @@
+--- range_checking_test.cc.orig Tue Apr 6 09:01:30 2004
++++ range_checking_test.cc Tue Apr 6 09:01:43 2004
+@@ -4,6 +4,8 @@
+ #include "ast.hh"
+ #include <iostream>
+
++#include <cassert>
++
+ int yyparse();
+
+ ast::DProg *dprog = 0;