=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- mandoc/term.c 2009/03/02 17:14:46 1.35 +++ mandoc/term.c 2009/03/02 17:29:16 1.36 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.35 2009/03/02 17:14:46 kristaps Exp $ */ +/* $Id: term.c,v 1.36 2009/03/02 17:29:16 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -30,7 +30,6 @@ * post-fix operations are defined here. */ -/* FIXME: indent/tab. */ /* FIXME: macro arguments can be escaped. */ #define TTYPE_PROG 0 @@ -58,6 +57,8 @@ * executable names. This is useful when multiple macros must decorate * the same thing (like .Ex -std cmd and .Nm cmd). */ + +/* TODO: abstract this into mdocterm.c. */ const int ttypes[TTYPE_NMAX] = { TERMP_BOLD, /* TTYPE_PROG */