From 15ff2c88b54b3a9deb82db8f12168847c99a1904 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 5 Jan 2009 16:11:14 +0000 Subject: Finished initial parse sequence. --- action.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'action.c') diff --git a/action.c b/action.c index c099803a..c7f27266 100644 --- a/action.c +++ b/action.c @@ -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 -- cgit v1.2.3