From 3fb74b82af789028cbff2b1a0eb614d6cde30630 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Tue, 23 Jan 2001 18:36:53 +0000 Subject: [PATCH] c-tree.texi (IDENTIFIER_LENGTH): Fix typo. 2001-01-23 Phil Edwards * c-tree.texi (IDENTIFIER_LENGTH): Fix typo. From-SVN: r39204 --- gcc/ChangeLog | 4 ++++ gcc/c-tree.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d227b85caf6..32ccbcfa5d5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-01-23 Phil Edwards + + * c-tree.texi (IDENTIFIER_LENGTH): Fix typo. + 2001-01-23 Jakub Jelinek * integrate.h (struct inline_remap): Add compare_src, compare_mode. diff --git a/gcc/c-tree.texi b/gcc/c-tree.texi index 7b1d08dc5f4..c62070a2787 100644 --- a/gcc/c-tree.texi +++ b/gcc/c-tree.texi @@ -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 -- 2.30.2