$NetBSD: patch-ae,v 1.4 1998/11/05 05:32:19 mycroft Exp $ --- src/generic_prototypes.h.orig Tue Jan 27 11:56:28 1998 +++ 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