K 10 svn:author V 5 danfe K 8 svn:date V 27 2016-12-28T11:59:40.206656Z K 7 svn:log V 679 Unbreak GUILE option. During generation of documentation, docstrings and other information is extracted from preprocessed (cc -E) *.c files using bundled clexer tool, which is part of GINT [1]. Under some circumstances (probably subject to the compiler, as the problem does not occur on 9.3 and -CURRENT), ``arglist (SCM mbox)'' expression in `mu_mailbox.c' becomes separated by the linemarker (# 470 "mu_mailbox.c"). Upstream maintainer believes that preprocessor is wrong, but might include a workaround in clexer for this situation. Meanwhile, just suppress line markers with -P switch since they are normally ignored anyway. http://puszcza.gnu.org.ua/software/gint/ [1] END