=================================================================== RCS file: /cvs/mandoc/out.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- mandoc/out.h 2011/01/05 15:37:23 1.15 +++ mandoc/out.h 2011/01/30 16:05:37 1.16 @@ -1,6 +1,6 @@ -/* $Id: out.h,v 1.15 2011/01/05 15:37:23 kristaps Exp $ */ +/* $Id: out.h,v 1.16 2011/01/30 16:05:37 schwarze Exp $ */ /* - * Copyright (c) 2009 Kristaps Dzonsons + * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -52,6 +52,7 @@ enum roffscale { enum roffdeco { DECO_NONE, + DECO_NUMBERED, /* numbered character */ DECO_SPECIAL, /* special character */ DECO_SSPECIAL, /* single-char special */ DECO_RESERVED, /* reserved word */