=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.168 retrieving revision 1.169 diff -u -p -r1.168 -r1.169 --- mandoc/roff.c 2011/08/16 12:30:12 1.168 +++ mandoc/roff.c 2011/09/18 14:14:15 1.169 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.168 2011/08/16 12:30:12 kristaps Exp $ */ +/* $Id: roff.c,v 1.169 2011/09/18 14:14:15 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -179,7 +179,7 @@ static const char *roff_getstrn(const struct roff *, const char *, size_t); static enum rofferr roff_line_ignore(ROFF_ARGS); static enum rofferr roff_nr(ROFF_ARGS); -static void roff_openeqn(struct roff *, const char *, +static void roff_openeqn(struct roff *, const char *, int, int, const char *); static enum rofft roff_parse(struct roff *, const char *, int *); static enum rofferr roff_parsetext(char *);