summaryrefslogtreecommitdiff
path: root/math/topaz/files/patch-topaz::convtxt.h
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-04-24 00:30:14 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-04-24 00:30:14 +0000
commitbea8f7ac52446cd9ad2964594f8a2fcfb75d08db (patch)
tree2e18873480dcb37d0932448f2c8a5b9b4ee04751 /math/topaz/files/patch-topaz::convtxt.h
parentUpdate to version 3.0. (diff)
Update to version 3.38
PR: 51056 Submitted by: Ports Fury
Diffstat (limited to 'math/topaz/files/patch-topaz::convtxt.h')
-rw-r--r--math/topaz/files/patch-topaz::convtxt.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/topaz/files/patch-topaz::convtxt.h b/math/topaz/files/patch-topaz::convtxt.h
deleted file mode 100644
index 23136297b63b..000000000000
--- a/math/topaz/files/patch-topaz::convtxt.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- topaz/convtxt.h.orig Wed Dec 4 23:02:26 2002
-+++ topaz/convtxt.h Fri Dec 27 04:33:13 2002
-@@ -25,6 +25,8 @@
- #define __convtxt_h
- #include <string>
-
-+using namespace std;
-+
- extern bool tosavetxt(char *in, string *out);
- extern bool fromsavetxt(char *in, string *out);
- extern char *topazfgets(char *s, int size, FILE *fp);