mirror of
				https://github.com/eledio-devices/thirdparty-tinyexpr.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Merge pull request #51 from bavay/master
CLang: macro name is a reserved identifier
This commit is contained in:
		| @@ -22,8 +22,8 @@ | |||||||
|  * 3. This notice may not be removed or altered from any source distribution. |  * 3. This notice may not be removed or altered from any source distribution. | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
| #ifndef __TINYEXPR_H__ | #ifndef TINYEXPR_H | ||||||
| #define __TINYEXPR_H__ | #define TINYEXPR_H | ||||||
|  |  | ||||||
|  |  | ||||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user