From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15016 invoked by alias); 23 Jun 2003 05:03:56 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 9092 invoked from network); 23 Jun 2003 05:00:24 -0000 Received: from unknown (HELO web14901.mail.yahoo.com) (216.136.225.53) by sources.redhat.com with SMTP; 23 Jun 2003 05:00:24 -0000 Message-ID: <20030623050024.65762.qmail@web14901.mail.yahoo.com> Received: from [203.200.36.226] by web14901.mail.yahoo.com via HTTP; Sun, 22 Jun 2003 22:00:23 PDT Date: Mon, 23 Jun 2003 05:03:00 -0000 From: Ganesh Ramakrishnan Subject: cpp in fortran To: Toon Moene Cc: gcc-help@gcc.gnu.org In-Reply-To: <3C684453.9841897E@moene.indiv.nluug.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00210.txt.bz2 Hi, I am defining this macro in a header file & including it in fortran source file using #include. #define fun(x) fun(x, __LINE__, __FILE__) But in the output file, that particular line is going beyont the 72 columns & it is not taking care of the new line symbol '$' in fortran source code. It is taking care of new line character with cpp which comes with gcc-2.81 & gcc-2.95. But in the new version (gcc-3.2) it gives the above problem. Can you please help me out in this. Thanking you, Ganesh R __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com