Commit 8a6024c1 by Gabriel Dos Reis Committed by Gabriel Dos Reis

* doc/objc.texi (Type encoding): Fix typo.

From-SVN: r108749
parent fb5c309d
2005-12-18 Gabriel Dos Reis <gdr@integrable-solutions.net>
* doc/objc.texi (Type encoding): Fix typo.
2005-12-17 Gabriel Dos Reis <gdr@integrable-solutions.net> 2005-12-17 Gabriel Dos Reis <gdr@integrable-solutions.net>
* tree-tailcall.c (find_tail_calls): Use XNEW. * tree-tailcall.c (find_tail_calls): Use XNEW.
......
...@@ -218,7 +218,7 @@ The types are encoded in the following way: ...@@ -218,7 +218,7 @@ The types are encoded in the following way:
@item unknown type @item unknown type
@tab @code{?} @tab @code{?}
@item Complex types @item Complex types
@tab @code {j} followed by the inner type. For an example _Complex double is encoded as "jd". @tab @code{j} followed by the inner type. For example @code{_Complex double} is encoded as "jd".
@item bit-fields @item bit-fields
@tab @code{b} followed by the starting position of the bit-field, the type of the bit-field and the size of the bit-field (the bit-fields encoding was changed from the NeXT's compiler encoding, see below) @tab @code{b} followed by the starting position of the bit-field, the type of the bit-field and the size of the bit-field (the bit-fields encoding was changed from the NeXT's compiler encoding, see below)
@end multitable @end multitable
......
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