Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
70501930
Commit
70501930
authored
Jul 20, 2020
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Jul 20, 2020
Browse files
Merge "TF-A: Redefine true/false definitions" into integration
parents
a53fad35
0aa9f3c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lib/libc/stdbool.h
View file @
70501930
/*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2018
-2020
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -9,8 +9,8 @@
#define bool _Bool
#define true
1
#define false
0
#define true
(0 < 1)
#define false
(0 > 1)
#define __bool_true_false_are_defined 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment