=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/mandoc/read.c 2012/05/24 23:33:23 1.7 --- src/usr.bin/mandoc/read.c 2012/06/02 23:18:30 1.8 *************** *** 1,4 **** ! /* $Id: read.c,v 1.7 2012/05/24 23:33:23 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze --- 1,4 ---- ! /* $Id: read.c,v 1.8 2012/06/02 23:18:30 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze *************** *** 712,718 **** curp->inttype = inttype; curp->defos = defos; ! curp->roff = roff_alloc(curp); return(curp); } --- 712,718 ---- curp->inttype = inttype; curp->defos = defos; ! curp->roff = roff_alloc(inttype, curp); return(curp); }