1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/dprog/files/patch-range_checking_test.cc
Ying-Chieh Liao 4e92e6194f add dprog 0.3.1
A language for specifying dynamic programming algorithms
2004-04-06 01:31:21 +00:00

12 lines
231 B
C++

--- 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;