From d98d4f0f0f39c28870a3a2b28162a3158b1e49eb Mon Sep 17 00:00:00 2001 From: cherry Date: Wed, 30 Aug 2006 11:14:23 +0000 Subject: [PATCH] remove redundant #defines --- sys/arch/ia64/include/asm.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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. */