]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/macro.h
basic: make sure argument of ELEMENTSOF is an array
authorMichal Schmidt <mschmidt@redhat.com>
Mon, 14 Sep 2015 18:32:17 +0000 (20:32 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Wed, 16 Sep 2015 13:32:25 +0000 (15:32 +0200)
commit7f39a2104532e38d77a66c15fdb9e33e30ee7004
tree52d0f0e7f9aff6bed4000d8dbc855361c137577f
parentac2896bab61bd8cd0b8a8b92f8347e2c11a088b5
basic: make sure argument of ELEMENTSOF is an array

Using ELEMENTSOF on a pointer will result in a compilation error.
src/basic/macro.h