public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Toon Moene <toon@moene.indiv.nluug.nl>
To: Ganesh Ramakrishnan <gangesind@yahoo.com>
Cc: gcc-help@gcc.gnu.org
Subject: Re: cpp in fortran
Date: Mon, 11 Feb 2002 16:26:00 -0000	[thread overview]
Message-ID: <3C684453.9841897E@moene.indiv.nluug.nl> (raw)
In-Reply-To: <20020211132106.65419.qmail@web14909.mail.yahoo.com>

Ganesh Ramakrishnan wrote:

> 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 & because of that i am not able
> to compile using g77.

You could use the -ffixed-line-length-N option on the g77 command line
(where N is maximum length of the source lines you want to use; N=0
means: infinite).

Hope this helps,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)

  reply	other threads:[~2002-02-11 22:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-11  7:05 Ganesh Ramakrishnan
2002-02-11 16:26 ` Toon Moene [this message]
2003-06-23  5:03   ` Ganesh Ramakrishnan
2003-06-23 19:56     ` Toon Moene

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C684453.9841897E@moene.indiv.nluug.nl \
    --to=toon@moene.indiv.nluug.nl \
    --cc=gangesind@yahoo.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).