From db3aed16df093673e714db9f64509dec5e6aaa03 Mon Sep 17 00:00:00 2001 From: itohy Date: Mon, 19 Jun 2000 03:42:31 +0000 Subject: [PATCH] Fix weird macro definitions. They are internal use only and the typos are no harm, you know. :) --- sys/arch/x68k/stand/libdos/dos_asm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/x68k/stand/libdos/dos_asm.h b/sys/arch/x68k/stand/libdos/dos_asm.h index 1d3bdb95b329..53f8d81b2dec 100644 --- a/sys/arch/x68k/stand/libdos/dos_asm.h +++ b/sys/arch/x68k/stand/libdos/dos_asm.h @@ -4,14 +4,14 @@ * written by Yasha (ITOH Yasufumi) * public domain * - * $NetBSD: dos_asm.h,v 1.1 1999/11/11 08:14:43 itohy Exp $ + * $NetBSD: dos_asm.h,v 1.2 2000/06/19 03:42:31 itohy Exp $ */ #include #ifdef __ELF__ -#define CERROR __DOS_PRCERROR -#define PRCERROR __DOS_CERROR +#define CERROR __DOS_CERROR +#define PRCERROR __DOS_PRCERROR #else #define CERROR DOS_CERROR #define PRCERROR DOS_PRCERROR