mailing list of musl libc
 help / color / mirror / code / Atom feed
d9df75240c1cc3c4c6aa6668bfae19d1421f7073 blob 308 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
#ifndef __STDC_VERSION_STDBOOL_H__
#define __STDC_VERSION_STDBOOL_H__ 202311L

#ifndef __cplusplus

#if __STDC_VERSION__ >= 202311L
#define true true
#define false false
#define bool bool
#else
#define true 1
#define false 0
#define bool _Bool
#endif

#endif

#define __bool_true_false_are_defined 1

#endif
debug log:

solving d9df7524 ...
found d9df7524 in https://inbox.vuxu.org/musl/b0f8440792873e0066b2a94761caa335a8fbfe70.1684932861.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/db2f13e96b48fd2007ab6314a784f04e4ecf60cd.1685522953.git.Jens.Gustedt@inria.fr/
found a9d7ab78 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 a9d7ab787839727b5fada461710a265afd1dff27	include/stdbool.h

applying [1/2] https://inbox.vuxu.org/musl/b0f8440792873e0066b2a94761caa335a8fbfe70.1684932861.git.Jens.Gustedt@inria.fr/
diff --git a/include/stdbool.h b/include/stdbool.h
index a9d7ab78..d9df7524 100644

Checking patch include/stdbool.h...
Applied patch include/stdbool.h cleanly.

skipping https://inbox.vuxu.org/musl/db2f13e96b48fd2007ab6314a784f04e4ecf60cd.1685522953.git.Jens.Gustedt@inria.fr/ for d9df7524
index at:
100644 d9df75240c1cc3c4c6aa6668bfae19d1421f7073	include/stdbool.h

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).