From 89aed483903d40df9f418f29dc3f759e715e6b5b Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 12 Jan 2001 16:58:51 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/extend.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5dca7852955..5fca2bc9961 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-01-12 Joseph S. Myers + + * 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 Jan Hubicka diff --git a/gcc/extend.texi b/gcc/extend.texi index bee479a8f61..ff027dceca2 100644 --- a/gcc/extend.texi +++ b/gcc/extend.texi @@ -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: -- 2.30.2