mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
thirdparty: fix typo in atomic.h, cleanup comments.
This commit is contained in:
parent
28b0cbddad
commit
dd1049f21d
1 changed files with 2 additions and 3 deletions
5
thirdparty/stdatomic/nix/atomic.h
vendored
5
thirdparty/stdatomic/nix/atomic.h
vendored
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Compability header for stdatomic.h that works for all compilers supported
|
Compatibility header for stdatomic.h that works for all compilers supported by V.
|
||||||
by V. For TCC libatomic from the operating system is used
|
For TCC, we use libatomic from the OS.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
#ifndef __ATOMIC_H
|
#ifndef __ATOMIC_H
|
||||||
#define __ATOMIC_H
|
#define __ATOMIC_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue