=================================================================== RCS file: /cvs/mandoc/out.h,v retrieving revision 1.15 retrieving revision 1.17 diff -u -p -r1.15 -r1.17 --- mandoc/out.h 2011/01/05 15:37:23 1.15 +++ mandoc/out.h 2011/03/07 01:35:51 1.17 @@ -1,6 +1,6 @@ -/* $Id: out.h,v 1.15 2011/01/05 15:37:23 kristaps Exp $ */ +/* $Id: out.h,v 1.17 2011/03/07 01:35:51 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 @@ -17,8 +17,6 @@ #ifndef OUT_H #define OUT_H -#define DATESIZ 24 - __BEGIN_DECLS struct roffcol { @@ -52,6 +50,7 @@ enum roffscale { enum roffdeco { DECO_NONE, + DECO_NUMBERED, /* numbered character */ DECO_SPECIAL, /* special character */ DECO_SSPECIAL, /* single-char special */ DECO_RESERVED, /* reserved word */