Commit 89aed483 by Joseph Myers Committed by Joseph Myers

extend.texi: Refer to an array of pointers to functions instead of one of functions.

	* extend.texi: Refer to an array of pointers to functions instead
	of one of functions.

From-SVN: r38948
parent efce71c6
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>
......
......@@ -582,8 +582,8 @@ typeof (x[0](1))
@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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment