Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/stand/libdos Fix weird macro definitions.



details:   https://anonhg.NetBSD.org/src/rev/dbe109a71e7c
branches:  trunk
changeset: 488129:dbe109a71e7c
user:      itohy <itohy%NetBSD.org@localhost>
date:      Mon Jun 19 03:42:31 2000 +0000

description:
Fix weird macro definitions.
They are internal use only and the typos are no harm, you know. :)

diffstat:

 sys/arch/x68k/stand/libdos/dos_asm.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r d4822921e7da -r dbe109a71e7c sys/arch/x68k/stand/libdos/dos_asm.h
--- a/sys/arch/x68k/stand/libdos/dos_asm.h      Mon Jun 19 01:14:34 2000 +0000
+++ b/sys/arch/x68k/stand/libdos/dos_asm.h      Mon Jun 19 03:42:31 2000 +0000
@@ -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 <machine/asm.h>
 
 #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



Home | Main Index | Thread Index | Old Index