a1246c5719
* Clarify LICENSE * Add LICENSE_FILE * Add DOCS and EXAMPLES options * Switch from custom to canonical EXAMPLESDIR * Pet portclippy(1) and portfmt(1) Reviewed by: vvd@ Approved by: yuri@ (Mentor) Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D55637
12 lines
385 B
C
12 lines
385 B
C
--- lib/math.in.h.orig 2026-02-23 04:26:00 UTC
|
|
+++ lib/math.in.h
|
|
@@ -51,7 +51,7 @@
|
|
/* This file uses _GL_INLINE_HEADER_BEGIN, _GL_INLINE, _GL_ATTRIBUTE_CONST,
|
|
GNULIB_POSIXCHECK, HAVE_RAW_DECL_*. */
|
|
#if !_GL_CONFIG_H_INCLUDED
|
|
- #error "Please include config.h first."
|
|
+ # include "config.h"
|
|
#endif
|
|
|
|
/* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
|