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

Hrm, be more paranoid aboit __STDC_NO_ATOMICS__ I guess?

parent f46582b9
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
Pipeline #7490 failed
/* 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.
Please register or to comment