Revert "doc/nasmdoc.src: Get rid of id length restriction"
authorCyrill Gorcunov <gorcunov@gmail.com>
Tue, 16 Feb 2010 22:16:00 +0000 (01:16 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Tue, 16 Feb 2010 22:21:54 +0000 (01:21 +0300)
This reverts commit 3012d5d430b64273b83f4b5890719d34e441a18c.

nasm64developer pointed out that we still have this
limit in label.c (IDLEN_MAX).

Reported-by: nasm64developer
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
doc/nasmdoc.src

index 122dc50..9236338 100644 (file)
@@ -1200,7 +1200,8 @@ An identifier may also be prefixed with a \I{$, prefix}\c{$} to
 indicate that it is intended to be read as an identifier and not a
 reserved word; thus, if some other module you are linking with
 defines a symbol called \c{eax}, you can refer to \c{$eax} in NASM
-code to distinguish the symbol from the register.
+code to distinguish the symbol from the register. Maximum length of
+an identifier is 4095 characters.
 
 The instruction field may contain any machine instruction: Pentium
 and P6 instructions, FPU instructions, MMX instructions and even