Tokens after #else are ignored, which is not the intention here.

This commit is contained in:
wiz 2002-05-17 12:44:45 +00:00
parent 3d49645449
commit 070bb0af6f

View File

@ -1,4 +1,4 @@
/* $NetBSD: sticvar.h,v 1.10 2002/02/22 16:05:27 ad Exp $ */
/* $NetBSD: sticvar.h,v 1.11 2002/05/17 12:44:45 wiz Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@ -43,7 +43,8 @@
#define STIC_KSEG_TO_PHYS(x) MIPS_KSEG0_TO_PHYS(x)
#elif defined(alpha)
#define STIC_KSEG_TO_PHYS(x) ALPHA_K0SEG_TO_PHYS((vaddr_t)x)
#else No support for your architecture
#else
#error No support for your architecture
#endif
#define STIC_MAXDV 5