diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2020-11-13 11:45:34 +0000 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2020-11-13 11:50:20 +0000 |
commit | 4cfa85396c69d0957eccca896bc88868aaf64073 (patch) | |
tree | bcca60634a4856d900562a99403e7950d27ca699 | |
parent | dcfd302a79a5e2ea3bb16fc4fc45a5ee31cc0eab (diff) | |
download | gcc-4cfa85396c69d0957eccca896bc88868aaf64073.zip gcc-4cfa85396c69d0957eccca896bc88868aaf64073.tar.gz gcc-4cfa85396c69d0957eccca896bc88868aaf64073.tar.bz2 |
doc : Fix build error from r11-4972.
Some tex tools don't allow the @r{} command to be split across
lines. Fixed by making the change occupy a long line.
gcc/ChangeLog:
* doc/extend.texi: Don't try to line-wrap an @r command.
-rw-r--r-- | gcc/doc/extend.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 4e5197f..4ddbf80 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -7429,8 +7429,7 @@ data in this way can reduce program startup times. This attribute is specific to ELF targets and relies on the linker to place such data in the right location -@item objc_nullability (@var{nullability kind}) @r{(Objective-C and Objective --C++ only)} +@item objc_nullability (@var{nullability kind}) @r{(Objective-C and Objective-C++ only)} @cindex @code{objc_nullability} variable attribute This attribute applies to pointer variables only. It allows marking the pointer with one of four possible values describing the conditions under |