From e653c8089f13da940f3273f95fca6e7098852332 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'action.c') diff --git a/action.c b/action.c index 43edb506..c94c541d 100644 --- a/action.c +++ b/action.c @@ -160,5 +160,7 @@ mdoc_action(struct mdoc *mdoc, int tok, int pos) default: break; } + + MDOC_Nm... ? #endif -- cgit