Patch to extend.texi

Joseph S. Myers jsm28@cam.ac.uk
Fri Jan 12 09:00:00 GMT 2001


I've installed as obvious the following patch to fix a problem noted
previously on the gcc list: there's no such thing as an array of
functions.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.8937
diff -u -r1.8937 ChangeLog
--- ChangeLog	2001/01/12 11:12:31	1.8937
+++ ChangeLog	2001/01/12 16:57:29
@@ -1,3 +1,8 @@
+2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* extend.texi: Refer to an array of pointers to functions instead
+	of one of functions.
+
 Fri Jan 12 12:08:12 MET 2001  Andreas Jaeger  <aj@suse.de>
 			      Jan Hubicka  <jh@suse.cz>

Index: extend.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/extend.texi,v
retrieving revision 1.85
diff -u -r1.85 extend.texi
--- extend.texi	2001/01/07 23:15:46	1.85
+++ extend.texi	2001/01/12 16:57:31
@@ -582,8 +582,8 @@
 @end example

 @noindent
-This assumes that @code{x} is an array of functions; the type described
-is that of the values of the functions.
+This assumes that @code{x} is an array of pointers to functions;
+the type described is that of the values of the functions.

 Here is an example with a typename as the argument:


-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc-patches mailing list