=================================================================== RCS file: /cvs/mandoc/man.c,v retrieving revision 1.137 retrieving revision 1.139 diff -u -p -r1.137 -r1.139 --- mandoc/man.c 2014/08/01 21:24:17 1.137 +++ mandoc/man.c 2014/09/06 23:24:32 1.139 @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.137 2014/08/01 21:24:17 schwarze Exp $ */ +/* $Id: man.c,v 1.139 2014/09/06 23:24:32 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze @@ -16,9 +16,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include @@ -472,13 +470,6 @@ man_pmacro(struct man *man, int ln, char *buf, int off enum mant tok; int i, ppos; int bline; - - if ('"' == buf[offs]) { - mandoc_msg(MANDOCERR_COMMENT_BAD, man->parse, - ln, offs, NULL); - return(1); - } else if ('\0' == buf[offs]) - return(1); ppos = offs;