From 422a5920925d758cf1e365a1abe5741f6f6f7fd4 Mon Sep 17 00:00:00 2001 From: bjh21 Date: Sat, 10 Feb 2001 19:15:24 +0000 Subject: [PATCH] __arm26__ || __arm32__ -> __arm__ --- usr.bin/xlint/lint1/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h index de442f90b238..931f5ce477c8 100644 --- a/usr.bin/xlint/lint1/param.h +++ b/usr.bin/xlint/lint1/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.12 2000/11/08 02:30:22 mrg Exp $ */ +/* $NetBSD: param.h,v 1.13 2001/02/10 19:15:24 bjh21 Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -84,7 +84,7 @@ #elif defined(__vax__) #define PTRDIFF_IS_LONG 0 #define SIZEOF_IS_ULONG 0 -#elif defined(__arm26__) || defined(__arm32__) +#elif defined(__arm__) #define PTRDIFF_IS_LONG 0 #define SIZEOF_IS_ULONG 0 #elif defined(__powerpc__) || defined(__ppc__)