Module Name: src
Committed By: isaki
Date: Sat Mar 23 12:08:47 UTC 2013
Modified Files:
src/sys/arch/m68k/fpe: fpu_fmovecr.c
Log Message:
Use the #error directive.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/m68k/fpe/fpu_fmovecr.c
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/m68k/fpe/fpu_fmovecr.c
diff -u src/sys/arch/m68k/fpe/fpu_fmovecr.c:1.14 src/sys/arch/m68k/fpe/fpu_fmovecr.c:1.15
--- src/sys/arch/m68k/fpe/fpu_fmovecr.c:1.14 Mon Jul 18 14:11:27 2011
+++ src/sys/arch/m68k/fpe/fpu_fmovecr.c Sat Mar 23 12:08:47 2013
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: fpu_fmovecr.
/* 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[] = {