Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50725 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38128 invoked from network); 30 Nov 2010 12:55:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2010 12:55:44 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Tue, 30 Nov 2010 07:55:43 -0500 Received: from [217.114.211.68] ([217.114.211.68:13240] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/70-35426-E44F4FC4 for ; Tue, 30 Nov 2010 07:55:43 -0500 To: internals@lists.php.net References: <4CF4F12C.8040205@hristov.com> User-Agent: slrn/0.9.9p1 (SunOS) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: X-Posted-By: 217.114.211.68 Subject: Re: C++ comments in Zend From: dsp@php.net (David Soria Parra) On 2010-11-30, Andrey Hristov wrote: > Zend/zend_compile.h:508:1: warning: C++ style comments are not allowed > in ISO C90 > Zend/zend_compile.h:508:1: warning: (this will be reported only once per > input file) > > Lines 508 and 509 > > Someone with Zend karma, please, fix this. Compiled in trunk. Thanks. Fixed