=================================================================== RCS file: /cvs/mandoc/Attic/prologue.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/Attic/prologue.c 2009/01/05 16:11:14 1.3 +++ mandoc/Attic/prologue.c 2009/01/05 17:57:08 1.4 @@ -1,4 +1,4 @@ -/* $Id: prologue.c,v 1.3 2009/01/05 16:11:14 kristaps Exp $ */ +/* $Id: prologue.c,v 1.4 2009/01/05 17:57:08 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -66,10 +66,6 @@ again: default: break; } - - if (MDOC_MAX != mdoc_find(mdoc, args[j]) && ! mdoc_warn - (mdoc, tok, lastarg, WARN_SYNTAX_MACLIKE)) - return(0); if (0 == j) { if (xstrlcpy(mdoc->meta.title, args[0], META_TITLE_SZ))