blob: 5e95694126292f0e24ebe28fccf51b361d33c24a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-af,v 1.1 2003/11/18 21:09:18 markd Exp $
--- src/ComTerp/helpfunc.c.orig 2003-10-23 07:13:58.000000000 +1300
+++ src/ComTerp/helpfunc.c
@@ -34,7 +34,7 @@ vv * FROM LOSS OF USE, DATA OR PROFITS,
#include <OS/math.h>
#include <iostream.h>
-#include <strstream.h>
+#include <strstream>
#if __GNUC__>=3
#include <fstream.h>
#endif
@@ -127,7 +127,7 @@ void HelpFunc::execute() {
reset_stack();
- strstreambuf sbuf;
+ std::strstreambuf sbuf;
#if __GNUC__<3
filebuf fbuf;
if (comterp()->handler()) {
|