=================================================================== RCS file: /cvs/mandoc/eqn.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- mandoc/eqn.c 2011/02/09 09:05:52 1.2 +++ mandoc/eqn.c 2011/03/15 16:23:51 1.3 @@ -1,4 +1,4 @@ -/* $Id: eqn.c,v 1.2 2011/02/09 09:05:52 kristaps Exp $ */ +/* $Id: eqn.c,v 1.3 2011/03/15 16:23:51 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -65,6 +65,7 @@ eqn_alloc(int pos, int line) return(p); } +/* ARGSUSED */ void eqn_end(struct eqn_node *e) {