diff --git a/sys/arch/ia64/include/asm.h b/sys/arch/ia64/include/asm.h index f09ad19c8dba..76a6ae5bca48 100644 --- a/sys/arch/ia64/include/asm.h +++ b/sys/arch/ia64/include/asm.h @@ -1,4 +1,4 @@ -/* $NetBSD: asm.h,v 1.3 2006/07/07 06:42:32 cherry Exp $ */ +/* $NetBSD: asm.h,v 1.4 2006/08/30 11:14:23 cherry Exp $ */ /* - * Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University @@ -34,16 +34,6 @@ * a debugger are also noted. */ -/* - * Useful stuff. - */ -#ifdef __STDC__ -#define __CONCAT(a,b) a ## b -#else -#define __CONCAT(a,b) a/**/b -#endif -#define ___CONCAT(a,b) __CONCAT(a,b) - /* * Macro to make a local label name. */