From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13741 invoked by alias); 18 Jul 2013 06:46:29 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 13716 invoked by uid 89); 18 Jul 2013 06:46:28 -0000 X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 Received: from Unknown (HELO mail-ie0-f181.google.com) (209.85.223.181) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 18 Jul 2013 06:46:27 +0000 Received: by mail-ie0-f181.google.com with SMTP id x12so5923647ief.26 for ; Wed, 17 Jul 2013 23:46:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=jKCyj1tgJGIZXZSzP9sHpHs+v4uxbBshbOoMgNhRhlo=; b=XkLlM2vpM69eWSJ2p3yuZEtZkh8zCdLUCfXyUQymrywbUZu0dbtVo2uQlGD7mCPsdz NNJfzve4Kx002eCjOuzA0Shh9HqyffZVlnKWDPjiGDE7718LuyxxeuOjUrpCYe2XZfSb m6h2UMo+1Pw/2baXnqWQPjwpan2TfjA6dW0O3HtPbUnSSBUiozA4TR1ZwWtsX/lS+pBh o6Ok0Np8hhacIY0ILwm1lhva7KL2VXFvtZVP8XdXubjxF83D3bNHJIz4f5NtGQ1C/sNV SJMhe2Dz2ARSYKYJRmNAFrrmNsZRuhejKmgHX+hIOEX02p2HNPMNdOqnMV75X5yDJuoo nwSw== MIME-Version: 1.0 X-Received: by 10.50.7.1 with SMTP id f1mr2545027iga.48.1374129979849; Wed, 17 Jul 2013 23:46:19 -0700 (PDT) Received: by 10.64.62.67 with HTTP; Wed, 17 Jul 2013 23:46:19 -0700 (PDT) In-Reply-To: <51E7570F.6050200@codesourcery.com> References: <87wqoqi5yf.fsf@fleche.redhat.com> <838v153kyj.fsf@gnu.org> <51E7570F.6050200@codesourcery.com> Date: Thu, 18 Jul 2013 06:46:00 -0000 Message-ID: Subject: Re: C99 From: Doug Evans To: Yao Qi Cc: Eli Zaretskii , Tom Tromey , gdb Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkoNTQ8Tt4anUoNFTbsJGIiYOeGGyG6Zm9dB4dKmqsp4irw96Gu+TI9/YFFml3gfE54HQuBVk5gVG3NX8PpJskstkJiY9KVKlTc9LXL3arzAu673VfEjuv+vO6q5ZFuEEyB7oXfZ+GjqkD5jb9BsDXqc1WSUWNz4tmBVUZWoBZrD1XuUqr8dDtNK7H3cYbWoK5UUnXB X-SW-Source: 2013-07/txt/msg00063.txt.bz2 On Wed, Jul 17, 2013 at 7:46 PM, Yao Qi wrote: > On 07/18/2013 01:54 AM, Doug Evans wrote: >> >> Note that we're already >> using // in code: While it's in /* ... */ comments in, e.g. queue.h > > > because we can't use /* */ inside the comments. That's the "for obvious simplicity reason" I was referring to. :-)