From 8b031eb4b738371ee017dd07426252443d1760db 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 | 3 --- 1 file changed, 3 deletions(-) (limited to 'roff.c') diff --git a/roff.c b/roff.c index 2dd51432..5fdd66c1 100644 --- a/roff.c +++ b/roff.c @@ -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