Module Name:    src
Committed By:   martin
Date:           Mon Dec 28 11:03:36 UTC 2015

Modified Files:
        src/include: fenv.h

Log Message:
Add missing eol-escape


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/include/fenv.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/fenv.h
diff -u src/include/fenv.h:1.19 src/include/fenv.h:1.20
--- src/include/fenv.h:1.19	Sun Dec 27 19:50:31 2015
+++ src/include/fenv.h	Mon Dec 28 11:03:36 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: fenv.h,v 1.19 2015/12/27 19:50:31 christos Exp $	*/
+/*	$NetBSD: fenv.h,v 1.20 2015/12/28 11:03:36 martin Exp $	*/
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -32,7 +32,7 @@
 #if !defined(__aarch64__) && !defined(__arm__) && !defined(__i386__) \
     && !defined(__hppa__) && !defined(__powerpc__) && !defined(__mips__) \
     && !defined(__or1k__) && !defined(__riscv__) && !defined(__sparc__) \
-    && !defined(__x86_64__)
+    && !defined(__x86_64__) \
     && !(defined(__m68k__) && (defined(__mc68010__) || defined(__mcoldfire__)))
 # ifndef __TEST_FENV
 #  error	"fenv.h is currently not supported for this architecture"

Reply via email to