Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Panda
TinyCC
Commits
4e0e9b8f
Commit
4e0e9b8f
authored
Jan 11, 2022
by
Christian Jullien
Browse files
Add '#define __LITTLE_ENDIAN__ 1' which was missing for macOS port
parent
d33b1894
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/tccdefs.h
View file @
4e0e9b8f
...
...
@@ -113,6 +113,7 @@
/* emulate APPLE-GCC to make libc's headerfiles compile: */
#define __GNUC__ 4
/* darwin emits warning on GCC<4 */
#define __APPLE_CC__ 1
/* for <TargetConditionals.h> */
#define __LITTLE_ENDIAN__ 1
#define _DONT_USE_CTYPE_INLINE_ 1
/* avoids usage of GCC/clang specific builtins in libc-headerfiles: */
#define __FINITE_MATH_ONLY__ 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