Code

help: converted help_text_rows to a macro
authorMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:25:40 +0000 (12:25 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:25:40 +0000 (12:25 +0200)
commit93414ec4a69b58269715ceec18531e3177d66f5f
treeb6a6a5bfdc8c802bc7490e5cbbc62abcc1f3f53b
parent7384f623975900808c1446cb2979c367565a0656
help: converted help_text_rows to a macro

Why bother counting the elements of help_text[] (with sentinel) at
runtime, when the compiler can do it at compile time?
src/screen_help.c