Remove documentation of deleted function S_IS_EXTERN.
This commit is contained in:
parent
eda683bbaa
commit
9406ee731d
|
@ -1,3 +1,7 @@
|
||||||
|
2016-02-16 Trevor Saunders <tbsaunde@tbsaunde.org>
|
||||||
|
|
||||||
|
* doc/internals.texi (S_IS_EXTERN): Remove.
|
||||||
|
|
||||||
2016-02-16 Nick Clifton <nickc@redhat.com>
|
2016-02-16 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* doc/as.texinfo (Section): Fix up texinfo snafus in previous
|
* doc/as.texinfo (Section): Fix up texinfo snafus in previous
|
||||||
|
|
|
@ -151,10 +151,6 @@ Set the name of the symbol.
|
||||||
@cindex S_IS_EXTERNAL
|
@cindex S_IS_EXTERNAL
|
||||||
Return non-zero if the symbol is externally visible.
|
Return non-zero if the symbol is externally visible.
|
||||||
|
|
||||||
@item S_IS_EXTERN
|
|
||||||
@cindex S_IS_EXTERN
|
|
||||||
A synonym for @code{S_IS_EXTERNAL}. Don't use it.
|
|
||||||
|
|
||||||
@item S_IS_WEAK
|
@item S_IS_WEAK
|
||||||
@cindex S_IS_WEAK
|
@cindex S_IS_WEAK
|
||||||
Return non-zero if the symbol is weak, or if it is a @code{weakref} alias or
|
Return non-zero if the symbol is weak, or if it is a @code{weakref} alias or
|
||||||
|
|
Loading…
Reference in New Issue