Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 26208 invoked from network); 21 Nov 2004 23:16:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Nov 2004 23:16:17 -0000 Received: (qmail 38564 invoked by uid 500); 21 Nov 2004 23:16:11 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 38505 invoked by uid 500); 21 Nov 2004 23:16:11 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 38492 invoked by uid 99); 21 Nov 2004 23:16:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [216.255.199.145] (HELO utopia.in.force-elite.com) (216.255.199.145) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 21 Nov 2004 15:16:07 -0800 X-AuthUser: chip@force-elite.com Received: from [10.10.10.101] (199.5.172.2:44360) by utopia.in.force-elite.com with [XMail 1.17 (Linux/Ix86) ESMTP Server] id for from ; Sun, 21 Nov 2004 15:16:01 -0800 Message-ID: <41A121D5.4080409@force-elite.com> Date: Sun, 21 Nov 2004 16:16:37 -0700 From: Paul Querna User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r106072 - httpd/httpd/trunk/modules/http References: <20041121055339.11449.qmail@minotaur.apache.org> In-Reply-To: X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Cliff Woolley wrote: > On Sun, 21 Nov 2004 pquerna@apache.org wrote: > > >>Author: pquerna >>Date: Sat Nov 20 21:53:38 2004 >>New Revision: 106072 >> >>Modified: >> httpd/httpd/trunk/modules/http/http_request.c >>Log: >>Compile Fix for Netware Port with CodeWarrior. > > > FYI, this would not be just a CodeWarrior thing... declaring variables in > the middle of a function is not valid ANSI C. It's valid in C++, and > unfortunately some broken C compilers allow C++ constructs to be used > without complaint (cough MSVC). > > --Cliff > Yes... I know its a bad thing to do, I just didn't notice it when I merged in part of Greg Ames patch. -Paul