Commit 2846f342 by Joseph Myers Committed by Joseph Myers

c-tree.texi: Fix documentation of TREE_STRING_LENGTH for wide strings.

	* doc/c-tree.texi: Fix documentation of TREE_STRING_LENGTH for
	wide strings.

From-SVN: r42878
parent 066bd40d
2001-06-04 Joseph S. Myers <jsm28@cam.ac.uk>
* doc/c-tree.texi: Fix documentation of TREE_STRING_LENGTH for
wide strings.
Mon Jun 4 20:44:25 CEST 2001 Jan Hubicka <jh@suse.cz> Mon Jun 4 20:44:25 CEST 2001 Jan Hubicka <jh@suse.cz>
* simplify-rtx.c (simplify_subreg): Fix combining of * simplify-rtx.c (simplify_subreg): Fix combining of
......
...@@ -1826,7 +1826,7 @@ embedded @code{NUL} characters. Therefore, the ...@@ -1826,7 +1826,7 @@ embedded @code{NUL} characters. Therefore, the
present. present.
For wide string constants, the @code{TREE_STRING_LENGTH} is the number For wide string constants, the @code{TREE_STRING_LENGTH} is the number
of wide characters in the string, and the @code{TREE_STRING_POINTER} of bytes in the string, and the @code{TREE_STRING_POINTER}
points to an array of the bytes of the string, as represented on the points to an array of the bytes of the string, as represented on the
target system (that is, as integers in the target endianness). Wide and target system (that is, as integers in the target endianness). Wide and
non-wide string constants are distinguished only by the @code{TREE_TYPE} non-wide string constants are distinguished only by the @code{TREE_TYPE}
......
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