Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/fpe Use the #error directive.



details:   https://anonhg.NetBSD.org/src/rev/4eebcb6d19ff
branches:  trunk
changeset: 785608:4eebcb6d19ff
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sat Mar 23 12:08:47 2013 +0000

description:
Use the #error directive.

diffstat:

 sys/arch/m68k/fpe/fpu_fmovecr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 29b6ee74a780 -r 4eebcb6d19ff sys/arch/m68k/fpe/fpu_fmovecr.c
--- a/sys/arch/m68k/fpe/fpu_fmovecr.c   Sat Mar 23 12:06:24 2013 +0000
+++ b/sys/arch/m68k/fpe/fpu_fmovecr.c   Sat Mar 23 12:08:47 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpu_fmovecr.c,v 1.14 2011/07/18 14:11:27 isaki Exp $   */
+/*     $NetBSD: fpu_fmovecr.c,v 1.15 2013/03/23 12:08:47 isaki Exp $   */
 
 /*
  * Copyright (c) 1995  Ken Nakata
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu_fmovecr.c,v 1.14 2011/07/18 14:11:27 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu_fmovecr.c,v 1.15 2013/03/23 12:08:47 isaki Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -42,7 +42,7 @@
 
 /* XXX: quick consistency check */
 #if (FP_1 != 0x40000)
-Error you have to change this table when changing the mantissa size
+#error you have to change this table when changing the mantissa size
 #endif
 
 static struct fpn constrom[] = {



Home | Main Index | Thread Index | Old Index