From 38835fc941bf12f49824b7238cd2312b188777cf Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 15 Oct 2015 23:35:55 +0000 Subject: Delete two preprocessor constants that are no longer used. Patch from Michael Reed . --- roff.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'roff.c') diff --git a/roff.c b/roff.c index c0803772..614758a0 100644 --- a/roff.c +++ b/roff.c @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.279 2015/10/13 22:59:54 schwarze Exp $ */ +/* $Id: roff.c,v 1.280 2015/10/15 23:35:55 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze @@ -33,9 +33,6 @@ #include "roff_int.h" #include "libroff.h" -/* Maximum number of nested if-else conditionals. */ -#define RSTACK_MAX 128 - /* Maximum number of string expansions per line, to break infinite loops. */ #define EXPAND_LIMIT 1000 -- cgit v1.2.3