This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

documentation update


Update URL. Would it be possible to place the paper on gcc.gnu.org?

2000-11-25  Matthias Klose  <doko@cs.tu-berlin.de>

	* extend.texi (Nested Functions): Update URL of Usenix paper.

--- gcc/extend.texi~	Wed Apr 14 07:34:34 1999
+++ gcc/extend.texi	Fri Nov 24 21:12:49 2000
@@ -372,7 +372,7 @@
 
 GNU CC implements taking the address of a nested function using a
 technique called @dfn{trampolines}.   A paper describing them is
-available as @samp{http://master.debian.org/~karlheg/Usenix88-lexic.pdf}.
+available as @samp{http://people.debian.org/~karlheg/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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]