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 Oops, remove an #endif leftover from t...
details: https://anonhg.NetBSD.org/src/rev/783df151e237
branches: trunk
changeset: 526880:783df151e237
user: simonb <simonb%NetBSD.org@localhost>
date: Mon May 13 06:11:52 2002 +0000
description:
Oops, remove an #endif leftover from the previous change.
diffstat:
sys/arch/mips/include/asm.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 9b653b84c84d -r 783df151e237 sys/arch/mips/include/asm.h
--- a/sys/arch/mips/include/asm.h Mon May 13 06:05:32 2002 +0000
+++ b/sys/arch/mips/include/asm.h Mon May 13 06:11:52 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.31 2002/05/13 01:39:17 simonb Exp $ */
+/* $NetBSD: asm.h,v 1.32 2002/05/13 06:11:52 simonb Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -111,7 +111,6 @@
#define WEAK_ALIAS(alias,sym) \
.weak alias; \
alias = sym
-#endif
/*
* WARN_REFERENCES: create a warning if the specified symbol is referenced
Home |
Main Index |
Thread Index |
Old Index