summaryrefslogtreecommitdiff
path: root/games/znibbles/files/patch-src_Motif_textarea.C
diff options
context:
space:
mode:
Diffstat (limited to 'games/znibbles/files/patch-src_Motif_textarea.C')
-rw-r--r--games/znibbles/files/patch-src_Motif_textarea.C20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/znibbles/files/patch-src_Motif_textarea.C b/games/znibbles/files/patch-src_Motif_textarea.C
deleted file mode 100644
index d0b8e82d9fef..000000000000
--- a/games/znibbles/files/patch-src_Motif_textarea.C
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/Motif/textarea.C.orig 1998-11-17 08:40:25 UTC
-+++ src/Motif/textarea.C
-@@ -33,7 +33,7 @@
- #include <Xm/ScrollBar.h>
- #include <Xm/Text.h>
-
--#include <iostream.h>
-+#include <iostream>
- #include "string.h"
-
- #include "motifutil.H"
-@@ -92,7 +92,7 @@ void TextArea::add_line(char *line)
- XmTextSetCursorPosition(widget, XmTextGetLastPosition(widget));
- XmTextShowPosition(widget, XmTextGetLastPosition(widget));
- if (length > 9500) {
-- cout << "textarea warning!" << endl;
-+ std::cout << "textarea warning!" << std::endl;
- bbuf[0] = '\0';
- }
- }