fix typo in extend.texi

From-SVN: r26063
This commit is contained in:
Craig Burley 1999-03-30 08:47:17 +00:00 committed by Craig Burley
parent ca7eb28896
commit 24f98470c2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Mar 30 11:39:27 1999 Craig Burley <craig@jcb-sc.com>
* extend.texi (Extended Asm): Delete spurious `b' before
`@end example', which was confusing texi2html.
Tue Mar 30 00:26:34 1999 Jason Merrill <jason@yorick.cygnus.com>
* dwarf2out.c (output_line_info): Don't emit redundant info.

View File

@ -2543,7 +2543,7 @@ the @code{asm}. For example:
(@{ int __old; \
asm volatile ("get_and_set_priority %0, %1": "=g" (__old) : "g" (new)); \
__old; @})
b@end example
@end example
@noindent
If you write an @code{asm} instruction with no outputs, GNU CC will know