about summary refs log tree commit diff
path: root/cgit.h
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-03-08 16:32:27 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2015-03-09 17:41:14 +0100
commit438bac6f579dab5b8f64e8ce42b88cfc3f053b28 (patch)
tree4a1fcf6b5075411cb37e7e31abd9ee50558ee51f /cgit.h
parentcache: don't use an integer as a NULL pointer (diff)
downloadcgit-pink-438bac6f579dab5b8f64e8ce42b88cfc3f053b28.tar.gz
cgit-pink-438bac6f579dab5b8f64e8ce42b88cfc3f053b28.zip
html: avoid using a plain integer as a NULL pointer
Sparse complains about this table because we use the integer zero as the
NULL pointer.  Use this as an opportunity to reformat the table so that
it always contains 8 elements per row, making it easier to see which
values are being set and which are not.

Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'cgit.h')
0 files changed, 0 insertions, 0 deletions
>2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe Their %-prefixed directives should probably be highlighted Macro. 2019-05-10Use val instead of suboptargJune McEnroe suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe