Module Name: src
Committed By: alnsn
Date: Sun Nov 25 23:04:51 UTC 2012
Modified Files:
src/sys/arch/mips/include: sljitarch.h
Log Message:
EVPMIPS -> MIPS in include guard.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/include/sljitarch.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/include/sljitarch.h
diff -u src/sys/arch/mips/include/sljitarch.h:1.1 src/sys/arch/mips/include/sljitarch.h:1.2
--- src/sys/arch/mips/include/sljitarch.h:1.1 Sun Nov 25 21:55:51 2012
+++ src/sys/arch/mips/include/sljitarch.h Sun Nov 25 23:04:51 2012
@@ -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