aboutsummaryrefslogtreecommitdiff
path: root/textproc/html2text/files/patch-format.C
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/html2text/files/patch-format.C')
-rw-r--r--textproc/html2text/files/patch-format.C19
1 files changed, 0 insertions, 19 deletions
diff --git a/textproc/html2text/files/patch-format.C b/textproc/html2text/files/patch-format.C
deleted file mode 100644
index c1942c85f553..000000000000
--- a/textproc/html2text/files/patch-format.C
+++ /dev/null
@@ -1,19 +0,0 @@
---- format.C Mon Jul 29 20:12:13 2002
-+++ format.C Thu Feb 5 22:47:07 2004
-@@ -34,7 +34,7 @@
- /***************************************************************************/
-
-
--#include <strstream.h>
-+#include <strstream>
-
- #include <stdlib.h>
- #include <ctype.h>
-@@ -50,6 +50,7 @@
-
- using std::endl;
- using std::flush;
-+using std::ostrstream;
-
- #ifndef nelems
- #define nelems(array) (sizeof(array) / sizeof((array)[0]))