aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/doc/generic.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/gcc/doc/generic.texi')
-rw-r--r--gcc-4.6/gcc/doc/generic.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.6/gcc/doc/generic.texi b/gcc-4.6/gcc/doc/generic.texi
index 5874c55cc..79af22ff3 100644
--- a/gcc-4.6/gcc/doc/generic.texi
+++ b/gcc-4.6/gcc/doc/generic.texi
@@ -1415,13 +1415,13 @@ generate these expressions anyhow, if it can tell that strictness does
not matter. The type of the operands and that of the result are
always of @code{BOOLEAN_TYPE} or @code{INTEGER_TYPE}.
-@itemx POINTER_PLUS_EXPR
+@item POINTER_PLUS_EXPR
This node represents pointer arithmetic. The first operand is always
a pointer/reference type. The second operand is always an unsigned
integer type compatible with sizetype. This is the only binary
arithmetic operand that can operate on pointer types.
-@itemx PLUS_EXPR
+@item PLUS_EXPR
@itemx MINUS_EXPR
@itemx MULT_EXPR
These nodes represent various binary arithmetic operations.