On Fri, Jan 11, 2019 at 09:53:08PM +0100, Andreas Schwab wrote: > parser.c: In function ‘begin_paragraph’: > parser.c:408:9: warning: implicit declaration of function > ‘add_extra_integer’; did you mean ‘add_extra_text’? > [-Wimplicit-function-declaration] > add_extra_integer (e, indent == CM_indent ? "indent" : "noindent", > ^~~~~~~~~~~~~~~~~ > add_extra_text
Thanks, I've tried to fix all the implicit function declarations. This reminds to enable warnings when I configure.
