From 7c6cdcc163edf9a39cbd62d320229701e0774313 Mon Sep 17 00:00:00 2001 From: danger Date: Wed, 9 Jul 2008 14:04:28 +0000 Subject: - nested functions are a GCC extensions and should not be used Submitted by: gahr MFC after: 3 days --- share/man/man9/style.9 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'share') diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index c7ccd25..3a91dc4 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -26,7 +26,7 @@ .\" From: @(#)style 1.14 (Berkeley) 4/28/95 .\" $FreeBSD$ .\" -.Dd February 10, 2005 +.Dd July 9, 2008 .Dt STYLE 9 .Os .Sh NAME @@ -640,11 +640,8 @@ DO NOT use function calls in initializers. four = myfunction(); .Ed .Pp -Do not declare functions inside other functions; ANSI C says that -such declarations have file scope regardless of the nesting of the -declaration. -Hiding file declarations in what appears to be a local -scope is undesirable and will elicit complaints from a good compiler. +Do not declare functions inside other functions; nested functions are +a GCC extension and are not permitted by ANSI C. .Pp Casts and .Ic sizeof Ns 's -- cgit v1.1