]> git.neil.brown.name Git - edlib.git/commit
start replacing call*() with clever macros.
authorNeilBrown <neil@brown.name>
Thu, 21 Sep 2017 02:06:58 +0000 (04:06 +0200)
committerNeilBrown <neil@brown.name>
Thu, 21 Sep 2017 02:06:58 +0000 (04:06 +0200)
commitdb99aaa247c62a8422002581da15d9ef7e0307d3
treecc1dbbf29af22b9e1c80285587d753a81ff61980
parent0d123031e307cd23675544d4c9b64317f4c0b5eb
start replacing call*() with clever macros.

I found out how to effectively have different macro expansions
depending on number of args, so I don't need to include the name in
the callX() macro.

First step: replace call3(), call5(), call7() with call()

Signed-off-by: NeilBrown <neil@brown.name>
31 files changed:
core-doc.c
core-editor.c
core-mark.c
core-pane.c
core.h
display-ncurses.c
doc-dir.c
doc-docs.c
doc-email.c
doc-multipart.c
doc-text.c
edlib.c
emacs-search.c
lib-base64.c
lib-crop.c
lib-history.c
lib-input.c
lib-keymap.c
lib-linecount.c
lib-messageline.c
lib-popup.c
lib-qprint.c
lib-rfc822header.c
lib-tile.c
lib-utf8.c
lib-view.c
lib-viewer.c
mode-emacs.c
render-complete.c
render-hex.c
render-lines.c