mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
4e92e6194f
A language for specifying dynamic programming algorithms
12 lines
231 B
C++
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;
|