From 59b22f6465f0e7bee50b3dc18e97c111a5aa521e Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 12 Sep 1993 14:58:02 +0000 Subject: [PATCH] (digest_init): Remove obsolete comments on args TAIL, OF_WHAT. From-SVN: r5312 --- gcc/c-typeck.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 926d292..250d59e 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -4864,20 +4864,9 @@ pedwarn_init (format, local, ofwhat) /* Digest the parser output INIT as an initializer for type TYPE. Return a C expression of type TYPE to represent the initial value. - If TAIL is nonzero, it points to a variable holding a list of elements - of which INIT is the first. We update the list stored there by - removing from the head all the elements that we use. - Normally this is only one; we use more than one element only if - TYPE is an aggregate and INIT is not a constructor. - The arguments REQUIRE_CONSTANT and CONSTRUCTOR_CONSTANT request errors if non-constant initializers or elements are seen. CONSTRUCTOR_CONSTANT - applies only to elements of constructors. - - If OFWHAT is nonnull, it specifies what we are initializing, for error - messages. Examples: variable name, variable.member, array[44]. - If OFWHAT is null, the component name is stored on the spelling stack. - (That is true for all nested calls to digest_init.) */ + applies only to elements of constructors. */ static tree digest_init (type, init, require_constant, constructor_constant) -- 2.7.4