Review typo
This commit is contained in:
parent
05dfbf3cd4
commit
f2c0981c57
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
#define RL_FREE(ptr) free(ptr)
|
||||
#endif
|
||||
|
||||
// NOTE: MSC C++ compiler does not support compound literals (C99 feature)
|
||||
// NOTE: MSVC C++ compiler does not support compound literals (C99 feature)
|
||||
// Plain structures in C++ (without constructors) can be initialized from { } initializers.
|
||||
#if defined(__cplusplus)
|
||||
#define CLITERAL(type) type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue