aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/doc/c-tree.texi
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2002-09-17 04:03:37 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2002-09-17 04:03:37 +0000
commitacabf91c969de4eae2f3fda49f21ff94fb0e388e (patch)
tree142ed567a01fe5d8a2452c34837343fe24fa825a /contrib/gcc/doc/c-tree.texi
parentb8de51ccfc410e9771905cd1f83b96e4088660e0 (diff)
downloadsrc-acabf91c969de4eae2f3fda49f21ff94fb0e388e.tar.gz
src-acabf91c969de4eae2f3fda49f21ff94fb0e388e.zip
Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on 16-Sep-2002 13:23:11 EDT.
Notes
Notes: svn path=/vendor/gcc/dist/; revision=103445
Diffstat (limited to 'contrib/gcc/doc/c-tree.texi')
-rw-r--r--contrib/gcc/doc/c-tree.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/doc/c-tree.texi b/contrib/gcc/doc/c-tree.texi
index 0e821e50974a..35da90aceb6a 100644
--- a/contrib/gcc/doc/c-tree.texi
+++ b/contrib/gcc/doc/c-tree.texi
@@ -1203,11 +1203,11 @@ Then, if @code{THUNK_VCALL_OFFSET} (an @code{INTEGER_CST}) is nonzero
the adjusted @code{this} pointer must be adjusted again. The complete
calculation is given by the following pseudo-code:
-@example
+@smallexample
this += THUNK_DELTA
if (THUNK_VCALL_OFFSET)
this += (*((ptrdiff_t **) this))[THUNK_VCALL_OFFSET]
-@end example
+@end smallexample
Finally, the thunk should jump to the location given
by @code{DECL_INITIAL}; this will always be an expression for the