Update of bug #51608 (project groff):

                  Status:               Need Info => Fixed                  

    _______________________________________________________

Follow-up Comment #7:

Thanks, Bjarni.  I see what's causing the warnings.

All the undefnined macro warnings except END and BREAK_QUOTE are the result of
aliases preceding the definition of the macros being aliased.

END is not a macro, but rather a macro closure argument (second argument to
MAC, which is an alias of .de) used throughout.  groff shouldn't be treating
it as an undefined macro.  Since it is, defining it as a blank macro is the
only way to remove the warning.

BREAK_QUOTE is not used any more.

The undefined register #EN_Q_AUTOLEAD is the result of a missing backslash.

Rather than apply your patch, I've moved alias definitions to their correct
locations, removed the aliases of BREAK_QUOTE, fixed the missing backslash,
and defined END near the top of the file.  I'll push the changes later today
(2017-11-03) and mark this bug Fixed.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51608>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
bug-groff mailing list
bug-groff@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-groff

Reply via email to