repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move LDBL_CLASSIFY_COMPAT to its own header.
[glibc.git]
/
sysdeps
/
m68k
/
coldfire
/
ldbl-classify-compat.h
blob
c1ec4d4ffa0b0cfa7b9366a47e20ee2defa8af2b
1
#ifndef COLDFIRE_LDBL_CLASSIFY_COMPAT_H
2
#define COLDFIRE_LDBL_CLASSIFY_COMPAT_H 1
3
4
/* Enable __finitel, __isinfl, and __isnanl for binary compatibility
5
when built without long double support. */
6
#define LDBL_CLASSIFY_COMPAT 1
7
8
#endif