Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jens Gustedt
P99 - macros and functions for C99
Commits
602e0ef4
Commit
602e0ef4
authored
Dec 10, 2012
by
Jens Gustedt
Browse files
finally gcc 4.7 doesn't seem to have max_align_t in c99 mode
parent
a3bdb165
Changes
1
Hide whitespace changes
Inline
Side-by-side
p99/p99_compiler.h
View file @
602e0ef4
...
...
@@ -325,8 +325,8 @@ signed p00_trailing_comma_in_initializer__(void) {
# if (P99_GCC_VERSION >= 40700UL) && (P99_GCC_VERSION < 40800UL)
# define p00_has_feature_stdnoreturn_h 1
# define p00_has_feature_stdalign_h 1
# define p00_has_feature_c_max_align_t 1
# if __STDC_VERSION__ > 201100L
# define p00_has_feature_c_max_align_t 1
# define p00_has_feature_uchar_h 0
# define __STDC_NO_ATOMICS__ 1
# define __STDC_NO_THREADS__ 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