Commit 3fb74b82 by Phil Edwards

c-tree.texi (IDENTIFIER_LENGTH): Fix typo.

2001-01-23  Phil Edwards  <pme@sources.redhat.com>

	* c-tree.texi (IDENTIFIER_LENGTH):  Fix typo.

From-SVN: r39204
parent 96e60f0c
2001-01-23 Phil Edwards <pme@sources.redhat.com>
* c-tree.texi (IDENTIFIER_LENGTH): Fix typo.
2001-01-23 Jakub Jelinek <jakub@redhat.com>
* integrate.h (struct inline_remap): Add compare_src, compare_mode.
......
......@@ -252,7 +252,7 @@ no embedded @code{NUL} characters.
@item IDENTIFIER_LENGTH
The length of the string returned by @code{IDENTIFIER_POINTER}, not
including the trailing @code{NUL}. This value of
@code{IDENTIFIER_POINTER (x)} is always the same as @code{strlen
@code{IDENTIFIER_LENGTH (x)} is always the same as @code{strlen
(IDENTIFIER_POINTER (x))}.
@item IDENTIFIER_OPNAME_P
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment