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

Hrm, be more paranoid aboit __STDC_NO_ATOMICS__ I guess?

parent b5569b0e
No related branches found
No related tags found
No related merge requests found
/* Copyright (C), 2007 by Stephen Hurd */
#include <assert.h>
#if __STDC_NO_ATOMICS__
#if defined(__STDC_NO_ATOMICS__) && (__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