aboutsummaryrefslogtreecommitdiff
path: root/lang/t3x/files/patch-txx.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/t3x/files/patch-txx.h')
-rw-r--r--lang/t3x/files/patch-txx.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/t3x/files/patch-txx.h b/lang/t3x/files/patch-txx.h
deleted file mode 100644
index edae28c5627f..000000000000
--- a/lang/t3x/files/patch-txx.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- compiler/txx.h.orig Thu Dec 21 12:01:13 2000
-+++ compiler/txx.h Sat Mar 31 02:50:51 2001
-@@ -17,8 +17,12 @@
- #define ulong unsigned long
-
- #ifdef __FreeBSD__
-- #ifdef i386
-+ #ifdef __i386__
- #define HOST32
-+ #define NL_IS_LF
-+ #endif
-+ #ifdef __alpha__
-+ #define HOST64
- #define NL_IS_LF
- #endif
- #endif