Remove unnecessary use of 'extern'

This commit is contained in:
Ray Speth 2015-02-26 21:54:11 +00:00
parent cf3ad30537
commit 5592a52e0f

View file

@ -226,10 +226,10 @@ public:
* @return Returns true if there has been such a condition and it has not been cleared. returns false
* if there hasn't been an overflow, underflow or invalid condition.
*/
extern bool check_FENV_OverUnder_Flow();
bool check_FENV_OverUnder_Flow();
//! Clear all the flags for floating-point exceptions
extern void clear_FENV();
void clear_FENV();
//! Provides a line number