extend.texi (Statement Exprs): Fix broken link.
authorJanis Johnson <janis187@us.ibm.com>
Mon, 9 Sep 2002 18:26:40 +0000 (18:26 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Mon, 9 Sep 2002 18:26:40 +0000 (18:26 +0000)
2002-09-09  Janis Johnson  <janis187@us.ibm.com>

* doc/extend.texi (Statement Exprs): Fix broken link.

From-SVN: r56976

gcc/ChangeLog
gcc/doc/extend.texi

index c37f1f89d315b84b226c07f96e7ca8bace382ebe..5b2a46328120a3664134b53079cf86f11fa695dc 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-09  Janis Johnson  <janis187@us.ibm.com>
+
+       * doc/extend.texi (Statement Exprs): Fix broken link.
+
 2002-09-09  Denis Chertykov  <denisc@overta.ru>
 
        * config/avr/avr.md (movstrhi, clrstrhi): Use gen_int_mode for
index ec33daa020bc1045060d80d31b03573cc62c0622..19c601de02107eba0d2df977314440484235d3da 100644 (file)
@@ -782,7 +782,7 @@ GCC implements taking the address of a nested function using a technique
 called @dfn{trampolines}.  A paper describing them is available as
 
 @noindent
-@uref{http://people.debian.org/~karlheg/Usenix88-lexic.pdf}.
+@uref{http://people.debian.org/~aaronl/Usenix88-lexic.pdf}.
 
 A nested function can jump to a label inherited from a containing
 function, provided the label was explicitly declared in the containing