From dfeffe5e95103a3e76e89098413480e9e63c1d31 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 19 Nov 1992 15:37:04 +0000 Subject: [PATCH] Documented LL_MAXTOKNO --- doc/LLgen/LLgen.n | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/LLgen/LLgen.n b/doc/LLgen/LLgen.n index 0c86ee43f..ea5f41624 100644 --- a/doc/LLgen/LLgen.n +++ b/doc/LLgen/LLgen.n @@ -699,6 +699,7 @@ the "#\ define" mechanism of C is used to give them a value and to allow the lexical analyzer to return their token numbers symbolically. These "#\ define"s are collected in the file \fILpars.h\fR which can be "#\ include"d in any file that needs the token-names. +The maximum token number chosen is defined in the macro \fILL_MAXTOKNO\fP. .PP The lexical analyzer must signal the end of input to \fILLparse\fR @@ -718,8 +719,9 @@ variables, etc, by giving a different prefix, like this: .sp 1 The effect of this is that all global names start with XX instead of LL, for the parser that has this prefix. This holds for the variables \fILLsymb\fP, -which now is called \fIXXsymb\fP, and also for the routine \fILLmessage\fP, -which must now be called \fIXXmessage\fP. +which now is called \fIXXsymb\fP, for the routine \fILLmessage\fP, +which must now be called \fIXXmessage\fP, and for the macro \fILL_MAXTOKNO\fP, +which is now called \fIXX_MAXTOKNO\fP. \fILL.output\fP is now \fIXX.output\fP, and \fILpars.c\fP and \fILpars.h\fP are now called \fIXXpars.c\fP and \fIXXpars.h\fP. .bp