diff options
author | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-03-31 19:09:54 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-31 18:42:17 -0300 |
commit | 7b14caf6044769483bb6fef9ee8dc71003f91494 (patch) | |
tree | 8cad88659558bf282c7804fda3603f1849f1624a /src/path.c | |
parent | 22e17e25f11ecabe27c752275da73d8ee75c953e (diff) | |
download | rneovim-7b14caf6044769483bb6fef9ee8dc71003f91494.tar.gz rneovim-7b14caf6044769483bb6fef9ee8dc71003f91494.tar.bz2 rneovim-7b14caf6044769483bb6fef9ee8dc71003f91494.zip |
alloc: xmalloc and xrealloc can't return null
With this annotation/function attribute, we can inform gcc that these
functions never return null, which can save a lot of redundant null checks.
Diffstat (limited to 'src/path.c')
0 files changed, 0 insertions, 0 deletions