Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
6c3dece9
Commit
6c3dece9
authored
Nov 25, 2012
by
Jens Gustedt
Browse files
_Alignas is not usable for clang v3.2
parent
74e1bae2
Changes
1
Hide whitespace changes
Inline
Side-by-side
p99/p99_compiler.h
View file @
6c3dece9
...
...
@@ -407,9 +407,10 @@ signed p00_trailing_comma_in_initializer__(void) {
# if P99_VERSION_NO > 30200UL
# define p00_has_feature_stdnoreturn_h 1
# endif
# if P99_VERSION_NO >= 30000UL
# define p00_has_feature_stdalign_h 1
# endif
/* stdalign.h exists but is not usable, at least up to 3.2 */
//# if P99_VERSION_NO >= 30000UL
//# define p00_has_feature_stdalign_h 1
//# endif
#elif P99_COMPILER & (P99_COMPILER_GNU | P99_COMPILER_OPEN64)
# define P99_ATLEAST
/* gcc prior to version 4.2.1 has the inline keyword but with slightly
...
...
Write
Preview
Supports
Markdown
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