From: ceriel Date: Mon, 27 Apr 1987 15:57:43 +0000 (+0000) Subject: removed some defines from tunable.h. They were not used. X-Git-Tag: release-5-5~4179 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d08b6d58ef55d2584a2ff5e003983ef2f577937e;p=ack.git removed some defines from tunable.h. They were not used. --- diff --git a/util/LLgen/src/tunable.h b/util/LLgen/src/tunable.h index 9714f410a..da9c73bc3 100644 --- a/util/LLgen/src/tunable.h +++ b/util/LLgen/src/tunable.h @@ -28,8 +28,4 @@ * Tunable constants */ -# define NNONTERMS 150 /* size of nonterminal array */ -# define NTERMINALS 150 /* size of terminal array */ -# define NAMESZ 3000 /* size of name table */ # define LTEXTSZ 51 /* size of token */ -# define ENTSIZ 900 /* size of entry table, max 8191 */