Fix weird macro definitions.

They are internal use only and the typos are no harm, you know. :)
This commit is contained in:
itohy 2000-06-19 03:42:31 +00:00
parent bf54f490b3
commit db3aed16df
1 changed files with 3 additions and 3 deletions

View File

@ -4,14 +4,14 @@
* written by Yasha (ITOH Yasufumi) * written by Yasha (ITOH Yasufumi)
* public domain * 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 <machine/asm.h> #include <machine/asm.h>
#ifdef __ELF__ #ifdef __ELF__
#define CERROR __DOS_PRCERROR #define CERROR __DOS_CERROR
#define PRCERROR __DOS_CERROR #define PRCERROR __DOS_PRCERROR
#else #else
#define CERROR DOS_CERROR #define CERROR DOS_CERROR
#define PRCERROR DOS_PRCERROR #define PRCERROR DOS_PRCERROR