summaryrefslogtreecommitdiff
path: root/toxcore/ccompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/ccompat.h')
-rw-r--r--toxcore/ccompat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/toxcore/ccompat.h b/toxcore/ccompat.h
index ba8c7fe8..8ff6563d 100644
--- a/toxcore/ccompat.h
+++ b/toxcore/ccompat.h
@@ -4,6 +4,8 @@
4#ifndef C_TOXCORE_TOXCORE_CCOMPAT_H 4#ifndef C_TOXCORE_TOXCORE_CCOMPAT_H
5#define C_TOXCORE_TOXCORE_CCOMPAT_H 5#define C_TOXCORE_TOXCORE_CCOMPAT_H
6 6
7//!TOKSTYLE-
8
7// Variable length arrays. 9// Variable length arrays.
8// VLA(type, name, size) allocates a variable length array with automatic 10// VLA(type, name, size) allocates a variable length array with automatic
9// storage duration. VLA_SIZE(name) evaluates to the runtime size of that array 11// storage duration. VLA_SIZE(name) evaluates to the runtime size of that array
@@ -48,4 +50,6 @@
48#define GNU_PRINTF(f, a) 50#define GNU_PRINTF(f, a)
49#endif 51#endif
50 52
53//!TOKSTYLE+
54
51#endif // C_TOXCORE_TOXCORE_CCOMPAT_H 55#endif // C_TOXCORE_TOXCORE_CCOMPAT_H