blob: d382bee0ba6934f96005ebbde5674f5fd4eac3a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.5 1999/10/04 20:57:01 is Exp $
--- sdr/src/generic_prototypes.h.orig Tue Jan 27 11:56:28 1998
+++ sdr/src/generic_prototypes.h Wed Nov 4 23:48:53 1998
@@ -37,7 +37,7 @@
#endif
/*yeuch - dont use these unless you really know why*/
-#ifdef ALPHA
+#ifdef __alpha__
#define PTOI(p) (int)(long)p
#define ITOP(p) (void *)(long)p
#else
|