=================================================================== RCS file: /cvs/mandoc/Attic/macro.c,v retrieving revision 1.75 retrieving revision 1.76 diff -u -p -r1.75 -r1.76 --- mandoc/Attic/macro.c 2009/03/21 09:30:52 1.75 +++ mandoc/Attic/macro.c 2009/03/21 09:42:07 1.76 @@ -1,4 +1,4 @@ -/* $Id: macro.c,v 1.75 2009/03/21 09:30:52 kristaps Exp $ */ +/* $Id: macro.c,v 1.76 2009/03/21 09:42:07 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -198,6 +198,7 @@ const struct mdoc_macro __mdoc_macros[MDOC_MAX] = { { obsolete, 0 }, /* Es */ { obsolete, 0 }, /* En */ { in_line_argn, MDOC_CALLABLE | MDOC_PARSED }, /* Dx */ + { in_line_eoln, 0 }, /* %Q */ }; const struct mdoc_macro * const mdoc_macros = __mdoc_macros;