blob: 83684e61c4df95f4f1b05164a4ef0f919cd6127e (
plain) (
blame)
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. */
|