$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