diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2018-09-02 00:31:10 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2018-09-02 00:31:10 +0000 |
commit | 2b35b704147c6b90ec5badd803b1a7ac788dcb7c (patch) | |
tree | 1a2eded476fcdd32e169b14ab5b8f622958bffaa | |
parent | 5db00d2319c440ca0b8bd596eaffd5aa46450b16 (diff) | |
download | gcc-2b35b704147c6b90ec5badd803b1a7ac788dcb7c.zip gcc-2b35b704147c6b90ec5badd803b1a7ac788dcb7c.tar.gz gcc-2b35b704147c6b90ec5badd803b1a7ac788dcb7c.tar.bz2 |
* doc/standards.texi (Standards): Update Objective-C reference.
From-SVN: r264038
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/standards.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9864c31..bb492bf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-09-02 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/standards.texi (Standards): Update Objective-C reference. + 2018-09-01 Gerald Pfeifer <gerald@pfeifer.com> * doc/install.texi (Prerequisites): Update link for MPC. diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index a9e7133..bde233e 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -294,7 +294,7 @@ GCC has currently no support for non-fragile instance variables. The authoritative manual on Objective-C 2.0 is available from Apple: @itemize @item -@uref{https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html} +@uref{https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html} @end itemize For more information concerning the history of Objective-C that is |