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 EVPMIPS -> MIPS in include guard.



details:   https://anonhg.NetBSD.org/src/rev/fae19ba44383
branches:  trunk
changeset: 782901:fae19ba44383
user:      alnsn <alnsn%NetBSD.org@localhost>
date:      Sun Nov 25 23:04:51 2012 +0000

description:
EVPMIPS -> MIPS in include guard.

diffstat:

 sys/arch/mips/include/sljitarch.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r d8911ae48e96 -r fae19ba44383 sys/arch/mips/include/sljitarch.h
--- a/sys/arch/mips/include/sljitarch.h Sun Nov 25 22:22:39 2012 +0000
+++ b/sys/arch/mips/include/sljitarch.h Sun Nov 25 23:04:51 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sljitarch.h,v 1.1 2012/11/25 21:55:51 alnsn Exp $      */
+/*     $NetBSD: sljitarch.h,v 1.2 2012/11/25 23:04:51 alnsn Exp $      */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -26,8 +26,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef EVBMIPS_SLJITARCH_H
-#define EVBMIPS_SLJITARCH_H
+#ifndef MIPS_SLJITARCH_H
+#define MIPS_SLJITARCH_H
 
 #ifndef _LP64
 #define SLJIT_CONFIG_MIPS_32 1



Home | Main Index | Thread Index | Old Index