Skip to content
Snippets Groups Projects
Commit d80edb5c authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Apparently, just being defined is enough.

parent 605880b5
No related branches found
No related tags found
No related merge requests found
/* Copyright (C), 2007 by Stephen Hurd */
#if defined(__STDC_NO_ATOMICS__) && (__STDC_NO_ATOMICS__)
#if defined(__STDC_NO_ATOMICS__)
#error Support for stdatomic.h is required.
#endif
......
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