=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/mandoc/roff.h 2010/08/20 00:53:35 1.4 --- src/usr.bin/mandoc/roff.h 2010/10/26 22:28:57 1.5 *************** *** 1,4 **** ! /* $Id: roff.h,v 1.4 2010/08/20 00:53:35 schwarze Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: roff.h,v 1.5 2010/10/26 22:28:57 schwarze Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * *************** *** 20,25 **** --- 20,26 ---- enum rofferr { ROFF_CONT, /* continue processing line */ ROFF_RERUN, /* re-run roff interpreter with offset */ + ROFF_SO, /* include another file */ ROFF_IGN, /* ignore current line */ ROFF_ERR /* badness: puke and stop */ };