aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.c
diff options
context:
space:
mode:
authorNicolas Hillegeer <nicolas@hillegeer.com>2014-06-16 10:16:26 +0200
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-07-16 17:12:34 +0200
commit095b4479c039f9907ade4e7319cbb6a990a13438 (patch)
tree9118a3e338cb386996e676cb884fab8d808ffb00 /src/nvim/regexp.c
parent25f3cedfe60b94084a66d235e2e6a004382e1554 (diff)
downloadrneovim-095b4479c039f9907ade4e7319cbb6a990a13438.tar.gz
rneovim-095b4479c039f9907ade4e7319cbb6a990a13438.tar.bz2
rneovim-095b4479c039f9907ade4e7319cbb6a990a13438.zip
assert: add STATIC_ASSERT macro
Can be quite handy, attempt to provide fallbacks for compilers that don't support _Static_assert (which is technically a C11 feature). Suppress warnings as best we can (Clang and GCC warn that we're using a C11 feature while in C99 mode). Needs to be tested for MSVC still.
Diffstat (limited to 'src/nvim/regexp.c')
0 files changed, 0 insertions, 0 deletions