Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include s/#elif/#else/ -- when there's nothing...
details: https://anonhg.NetBSD.org/src/rev/a12570562ac2
branches: trunk
changeset: 766857:a12570562ac2
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Jul 03 10:34:25 2011 +0000
description:
s/#elif/#else/ -- when there's nothing to check.
diffstat:
sys/arch/mips/include/mcontext.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9894fdcbd40c -r a12570562ac2 sys/arch/mips/include/mcontext.h
--- a/sys/arch/mips/include/mcontext.h Sun Jul 03 09:15:20 2011 +0000
+++ b/sys/arch/mips/include/mcontext.h Sun Jul 03 10:34:25 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mcontext.h,v 1.17 2011/03/15 07:33:36 matt Exp $ */
+/* $NetBSD: mcontext.h,v 1.18 2011/07/03 10:34:25 mrg Exp $ */
/*-
* Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@@ -182,7 +182,7 @@
#elif __mips_n64
#define __UCONTEXT_SIZE __UCONTEXT_SIZE_N64
#define __UCONTEXT32_SIZE __UCONTEXT_SIZE_N32
-#elif
+#else
#error O64 is not supported
#endif
Home |
Main Index |
Thread Index |
Old Index