=================================================================== RCS file: /cvs/mandoc/eqn.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -p -r1.48 -r1.49 --- mandoc/eqn.c 2014/10/10 08:44:24 1.48 +++ mandoc/eqn.c 2014/10/10 09:12:44 1.49 @@ -1,4 +1,4 @@ -/* $Id: eqn.c,v 1.48 2014/10/10 08:44:24 kristaps Exp $ */ +/* $Id: eqn.c,v 1.49 2014/10/10 09:12:44 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -687,6 +687,7 @@ again: ep->data[(int)ep->cur], NULL, 0)) EQN_MSG(MANDOCERR_EQNEOF, ep); break; + case (EQN_TOK_DELIM): case (EQN_TOK_GFONT): if (NULL == eqn_nextrawtok(ep, NULL)) { EQN_MSG(MANDOCERR_EQNSYNT, ep);