From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kate Hedstrom To: burley@gnu.org, dbanks@cislunar.com Cc: egcs@cygnus.com Subject: Re: g77 and cpp. Single quote in comment line. Date: Sat, 19 Sep 1998 06:06:00 -0000 Message-id: <199809191312.JAA20531@ahab.rutgers.edu> X-SW-Source: 1998-09/msg01106.html > >I've had a long term problem with code that uses cpp with g77 > >and has single quotes in comment lines. > > In the long run, it'd be great to offer a Fortran-specific preprocessor > with g77. There are apparently some Fortran preprocessors available > on the 'net, but I haven't investigated these. Meanwhile, "cpp -traditional" should do the job. This is how cpp gets called if you ask g77 to do it for you (g77 foo.F). Kate