=================================================================== RCS file: /cvs/mandoc/Attic/action.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/Attic/action.c 2009/01/05 14:14:04 1.1 +++ mandoc/Attic/action.c 2009/01/05 16:11:14 1.2 @@ -1,4 +1,4 @@ -/* $Id: action.c,v 1.1 2009/01/05 14:14:04 kristaps Exp $ */ +/* $Id: action.c,v 1.2 2009/01/05 16:11:14 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -160,5 +160,7 @@ mdoc_action(struct mdoc *mdoc, int tok, int pos) default: break; } + + MDOC_Nm... ? #endif