From fb2ebae7857605ebef35d26c56cccc959812585e Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 1 Dec 2008 15:32:36 +0000 Subject: Considerably improved roff_text parser. Consolidated noop roff macros. --- xml.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xml.c') diff --git a/xml.c b/xml.c index 57a0e77e..74afaa06 100644 --- a/xml.c +++ b/xml.c @@ -1,4 +1,4 @@ -/* $Id: xml.c,v 1.3 2008/12/01 09:25:18 kristaps Exp $ */ +/* $Id: xml.c,v 1.4 2008/12/01 15:32:36 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -557,3 +557,4 @@ roffdata(void *arg, int space, char *buf) p->last = MD_TEXT; return(1); } + -- cgit v1.2.3