=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.c,v retrieving revision 1.61 retrieving revision 1.62 diff -c -r1.61 -r1.62 *** src/usr.bin/mandoc/roff.c 2013/12/25 00:50:03 1.61 --- src/usr.bin/mandoc/roff.c 2013/12/30 18:42:55 1.62 *************** *** 1,4 **** ! /* $Id: roff.c,v 1.61 2013/12/25 00:50:03 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2013 Ingo Schwarze --- 1,4 ---- ! /* $Id: roff.c,v 1.62 2013/12/30 18:42:55 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2013 Ingo Schwarze *************** *** 642,649 **** if ('\\' == *p) { /* Skip over escapes. */ p++; ! esc = mandoc_escape ! ((const char const **)&p, NULL, NULL); if (ESCAPE_ERROR == esc) break; continue; --- 642,648 ---- if ('\\' == *p) { /* Skip over escapes. */ p++; ! esc = mandoc_escape((const char **)&p, NULL, NULL); if (ESCAPE_ERROR == esc) break; continue;