From 2c1a869d51c44602bea55601bfc78b354fe539ae Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 16 May 2010 19:08:11 +0000 Subject: Regression tests in place for `.if' in libroff. Check against some strange `.if' constructs I missed. Added initial roff.7 manual. --- mandoc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mandoc.h') diff --git a/mandoc.h b/mandoc.h index 97127ed3..589ddbc8 100644 --- a/mandoc.h +++ b/mandoc.h @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.2 2010/05/15 21:53:11 kristaps Exp $ */ +/* $Id: mandoc.h,v 1.3 2010/05/16 19:08:11 kristaps Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * @@ -23,6 +23,7 @@ enum mandocerr { MANDOCERR_OK, MANDOCERR_SCOPEEXIT, /* scope open on exit */ MANDOCERR_NOSCOPE, /* request scope close w/none open */ + MANDOCERR_NOARGS, /* macro requires argument(s) */ #define MANDOCERR_WARNING MANDOCERR_SCOPEEXIT MANDOCERR_ARGSLOST, /* line arguments will be lost */ -- cgit v1.2.3-56-ge451