[cantera] r3410 committed - Remove unnecessary use of 'extern'

0 views
Skip to first unread message

can...@googlecode.com

unread,
Feb 26, 2015, 4:56:27 PM2/26/15
to cantera...@googlegroups.com
Revision: 3410
Author: yar...@gmail.com
Date: Thu Feb 26 21:54:11 2015 UTC
Log: Remove unnecessary use of 'extern'
https://code.google.com/p/cantera/source/detail?r=3410

Modified:
/cantera/trunk/include/cantera/base/ctexceptions.h

=======================================
--- /cantera/trunk/include/cantera/base/ctexceptions.h Thu Feb 26 21:52:52
2015 UTC
+++ /cantera/trunk/include/cantera/base/ctexceptions.h Thu Feb 26 21:54:11
2015 UTC
@@ -226,10 +226,10 @@
* @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
Reply all
Reply to author
Forward
0 new messages