Skip to content
Snippets Groups Projects
Commit 824d4062 authored by James Almer's avatar James Almer
Browse files

compat/atomics/gcc: use __typeof__ instead of typeof


The typeof keyword is apparently not available when using the -std=c99 option.

Fixes the use of C11 atomic functions with old GCC.

Reviewed-by: default avatarMuhammad Faiz <mfcc64@gmail.com>
Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
parent 3796fb26
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment