blob: f0b97ef8f9afa65191b9cc85798e0351957363c2 (
plain)
1
2
3
4
5
|
#ifndef _MATH_PRIVATE_H_
#error "Never use <math_ldbl.h> directly; include <math_private.h> instead."
#endif
/* This is empty. Any machine using long double type will override this header. */
|