From 4f6c41251756e8b343106eeab261e246fa4d3b16 Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 3 Apr 1996 05:48:35 +0000 Subject: [PATCH] Remove an old `#define DIAGNOSTIC'. --- sys/arch/i386/i386/locore.s | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index d68944b52b96..e7af2889ce0b 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1,7 +1,5 @@ -/* $NetBSD: locore.s,v 1.143 1996/02/02 02:36:40 mycroft Exp $ */ +/* $NetBSD: locore.s,v 1.144 1996/04/03 05:48:35 mycroft Exp $ */ -#undef DIAGNOSTIC -#define DIAGNOSTIC /*- * Copyright (c) 1993, 1994, 1995 Charles M. Hannum. All rights reserved. * Copyright (c) 1990 The Regents of the University of California.