From owner-svn-src-all@FreeBSD.ORG Thu Nov 27 10:57:05 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BD751065674 for ; Thu, 27 Nov 2008 10:57:05 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 8BC578FC14 for ; Thu, 27 Nov 2008 10:57:04 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so588941fgb.35 for ; Thu, 27 Nov 2008 02:57:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=VQwK3b6pLQuZQXbSy3P3P5dtXRiwJnPaZxxo1er3zek=; b=s67BHCO7qRNfcXeUKPWWA7iITfvpfnuPv/d5t1tRvSj7Qta3qaIa9OXq91uYmY6TJg SXiLIFKZzSQ7cWlMXw+ntzuQ3sTRI+N8CJzYaFgWJ+bQc5K24avikPNNcisGjWPaVzOq bx22fsWxZoxfwUv+HGfm7qp54LhyFVcUr+RAM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=De+g5QQYigvHkCtuoiW8967J0lDlU6XN97mJaXC6wm0pKeF2Ys4aSVIu6CM2+7BE11 Ks46npWe4o8lWPQgPUiKFb0GtMsfztzfgJEK19CE8JaJjDmdfkgVDmxkdYuBNv0pp7j4 X8Nxqv/R2OrUU52xRdYo82KFhzQ6QjI2wg/jY= Received: by 10.181.48.4 with SMTP id a4mr2327364bkk.6.1227783423272; Thu, 27 Nov 2008 02:57:03 -0800 (PST) Received: by 10.181.49.2 with HTTP; Thu, 27 Nov 2008 02:57:03 -0800 (PST) Message-ID: <9bbcef730811270257v3d8694a5pa79f5976aa04787e@mail.gmail.com> Date: Thu, 27 Nov 2008 11:57:03 +0100 From: "Ivan Voras" To: "Erik Trulsson" In-Reply-To: <20081127104606.GA71968@owl.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200811270219.mAR2Ji2M073024@svn.freebsd.org> <20081126213204.14db9a63@kan.dnsalias.net> <20081127.000621.1413927847.imp@bsdimp.com> <9bbcef730811270220h1a7f812k2ba340737132ff82@mail.gmail.com> <8663m94g30.fsf@ds4.des.no> <9bbcef730811270238k61c3e59fqee7715f017d70ccf@mail.gmail.com> <20081127104606.GA71968@owl.midgard.homeip.net> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r185356 - head/sys/dev/ixgbe X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2008 10:57:05 -0000 2008/11/27 Erik Trulsson : > On Thu, Nov 27, 2008 at 11:38:05AM +0100, Ivan Voras wrote: >> if () { >> struct *something abc; >> int y; >> ... >> } >> >> You'll probably find my code is one the biggest users of this style >> but I've only started using it when I saw it already used. > > That construct is allowed in C89 as well. Great! I always thought this was c99-specific. I'll go ask Google for the documentation.