From acb30a24128863f2d57ac9aa20a93c8dd243b80b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 5 Jul 2017 15:03:27 +0000 Subject: The EQN_LISTONE box type is pointless. Simplify by just using EQN_LIST with expectargs = 1. Noticed while investigating a bug report from bentley@. No functional change. --- mandoc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mandoc.h') diff --git a/mandoc.h b/mandoc.h index 2c7cdaee..4310f12c 100644 --- a/mandoc.h +++ b/mandoc.h @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.241 2017/07/03 17:33:05 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.242 2017/07/05 15:03:27 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -338,7 +338,6 @@ enum eqn_boxt { EQN_TEXT, /* text (number, variable, whatever) */ EQN_SUBEXPR, /* nested `eqn' subexpression */ EQN_LIST, /* list (braces, etc.) */ - EQN_LISTONE, /* singleton list */ EQN_PILE, /* vertical pile */ EQN_MATRIX /* pile of piles */ }; -- cgit v1.2.3-56-ge451