(FE_EXCEPTION_SHIFT): Rename to FE_EXCEPT_SHIFT.
This commit is contained in:
parent
6f43b79989
commit
87386bad90
|
@ -34,7 +34,7 @@ enum
|
|||
};
|
||||
|
||||
/* Amount to shift by to convert an exception to a mask bit. */
|
||||
#define FE_EXCEPTION_SHIFT 16
|
||||
#define FE_EXCEPT_SHIFT 16
|
||||
|
||||
/* All supported exceptions. */
|
||||
#define FE_ALL_EXCEPT \
|
||||
|
|
Loading…
Reference in New Issue