2011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/float.h: Modify guard to accomodate CLang.
        Thanks to Ruben Van Boxem for the report.
			
			
This commit is contained in:
		| @@ -1,3 +1,9 @@ | ||||
| 2011-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net> | ||||
|  | ||||
| 	* include/float.h: Modify guard to accomodate CLang. | ||||
|  | ||||
| 	Thanks to Ruben Van Boxem for the report. | ||||
|  | ||||
| 2011-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net> | ||||
|  | ||||
| 	* tlssup.c: Remove mingwm10.dll fallback. | ||||
|   | ||||
| @@ -26,7 +26,8 @@ | ||||
|  * _FLOAT_H___ macro, may be found first, thus... | ||||
|  * | ||||
|  */ | ||||
| #ifndef _FLOAT_H___ | ||||
| #if !defined(_FLOAT_H___) && !defined(__FLOAT_H) | ||||
|  | ||||
|  /* | ||||
|   * ...when we didn't find the GCC-supplied header first, we want to pull | ||||
|   * it in now; include_next should achieve this, (and we must rely on the | ||||
|   | ||||
		Reference in New Issue
	
	Block a user