From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17206 invoked by alias); 14 Apr 2002 16:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 17191 invoked by uid 71); 14 Apr 2002 16:36:01 -0000 Date: Sun, 14 Apr 2002 09:36:00 -0000 Message-ID: <20020414163601.17190.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Zack Weinberg Subject: Re: c++/6292: singe line comment terminated with '\' continue on next line Reply-To: Zack Weinberg X-SW-Source: 2002-04/txt/msg00747.txt.bz2 List-Id: The following reply was made to PR c++/6292; it has been noted by GNATS. From: Zack Weinberg To: petr.olivka@vsb.cz Cc: gcc-gnats@gcc.gnu.org Subject: Re: c++/6292: singe line comment terminated with '\' continue on next line Date: Sun, 14 Apr 2002 09:27:25 -0700 On Sun, Apr 14, 2002 at 11:43:16AM -0000, petr.olivka@vsb.cz wrote: > single line comment begin with '//' and with '\' on the end > comntinue on next line. Yup, that's what it's supposed to do. zw