From 7b965f63cfd7d1b9474221bad812a9d975b94b46 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 2 Jul 2014 03:48:07 +0000 Subject: Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, since this is hardly more complicated than explicitly ignoring them as we did in the past. Of course, do not use them! --- mandoc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mandoc.h') diff --git a/mandoc.h b/mandoc.h index be2f9f10..f61d28f0 100644 --- a/mandoc.h +++ b/mandoc.h @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.125 2014/07/01 22:37:15 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.126 2014/07/02 03:48:07 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -71,7 +71,7 @@ enum mandocerr { MANDOCERR_SEC_MSEC, /* unexpected section: title for ... only */ /* related to macros and nesting */ - MANDOCERR_MACROOBS, /* skipping obsolete macro */ + MANDOCERR_MACRO_OBS, /* obsolete macro: macro */ MANDOCERR_IGNPAR, /* skipping paragraph macro */ MANDOCERR_MOVEPAR, /* moving paragraph macro out of list */ MANDOCERR_IGNNS, /* skipping no-space macro */ -- cgit v1.2.3