summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>1998-05-11 11:06:23 +0000
committerkleink <kleink@NetBSD.org>1998-05-11 11:06:23 +0000
commitfbfd5f44f325101cea8b0859ce04af34abff74cb (patch)
tree5bdf1b7211c4170beba17c04318fcd2569472fbd /include
parente63efc87df231a18beb8a8f64cb40f77be1ee233 (diff)
Fix comment typo in previous.
Diffstat (limited to 'include')
-rw-r--r--include/math.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/math.h b/include/math.h
index 14326f6b700..014877d12a0 100644
--- a/include/math.h
+++ b/include/math.h
@@ -1,4 +1,4 @@
-/* $NetBSD: math.h,v 1.12 1998/05/07 18:50:08 kleink Exp $ */
+/* $NetBSD: math.h,v 1.13 1998/05/11 11:06:23 kleink Exp $ */
/*
* ====================================================
@@ -161,7 +161,7 @@ extern double nextafter __P((double, double));
extern double remainder __P((double, double));
extern double rint __P((double));
extern double scalb __P((double, double));
-#endif /* defined(_XOPEN_SOURCE) || (_XOPEN_SOURCE - 0) >= 500 */
+#endif /* !defined(_XOPEN_SOURCE) || (_XOPEN_SOURCE - 0) >= 500 */
#endif /* !_ANSI_SOURCE) && !_POSIX_C_SOURCE || _XOPEN_SOURCE */
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_C_SOURCE) && \