Merge pull request #51 from bavay/master

CLang: macro name is a reserved identifier
This commit is contained in:
Lewis Van Winkle
2020-10-02 17:17:17 -05:00
committed by GitHub

View File

@@ -22,8 +22,8 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
#ifndef __TINYEXPR_H__
#define __TINYEXPR_H__
#ifndef TINYEXPR_H
#define TINYEXPR_H
#ifdef __cplusplus