summaryrefslogtreecommitdiff
path: root/devel/hp48xgcc/files/patch-class+LKV+AVLTree.h
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2006-10-03 21:46:25 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2006-10-03 21:46:25 +0000
commitdfab54f15ae2bda8009658b5b2bdd5a8bbc90dcd (patch)
tree055aaec23de049f519d102806874dfda96ebae21 /devel/hp48xgcc/files/patch-class+LKV+AVLTree.h
parentAdd support for Swyx 4xS0 SX2 QuadBri card. Bump PORTREVISION. (diff)
Fix the build with GCC 4.1.
Notes
Notes: svn path=/head/; revision=174403
Diffstat (limited to 'devel/hp48xgcc/files/patch-class+LKV+AVLTree.h')
-rw-r--r--devel/hp48xgcc/files/patch-class+LKV+AVLTree.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/hp48xgcc/files/patch-class+LKV+AVLTree.h b/devel/hp48xgcc/files/patch-class+LKV+AVLTree.h
index a7b51d4799a7..e52d96dee0f2 100644
--- a/devel/hp48xgcc/files/patch-class+LKV+AVLTree.h
+++ b/devel/hp48xgcc/files/patch-class+LKV+AVLTree.h
@@ -79,6 +79,15 @@
return 0;
} else {
// right->left will become aktnode
+@@ -843,7 +843,7 @@
+
+ #ifdef DEBUG
+
+-class ostream;
++#include "Str.h"
+
+ template <class T>
+ void recurse_AVLTout ( ostream & out, AVLItem<T> * item,
@@ -893,9 +893,9 @@
return out;
}