summaryrefslogtreecommitdiff
path: root/lang/t3x/files/patch-txx.h
blob: edae28c5627f55d44858e792f8f2ca204e4eff89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- 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