0.3.0: converge relibc to upstream 0.6.0 + Red Bear patches
This commit is contained in:
+2
-2
@@ -2,12 +2,12 @@
|
||||
#define _STDBOOL_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
typedef _Bool bool;
|
||||
#define bool _Bool
|
||||
#define true 1
|
||||
#define false 0
|
||||
#else /* __cplusplus */
|
||||
typedef bool _Bool;
|
||||
#if __cplusplus < 201103L
|
||||
#define bool bool
|
||||
#define false false
|
||||
#define true true
|
||||
#endif /*__cplusplus < 201103L*/
|
||||
|
||||
Reference in New Issue
Block a user