This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] remove #ifdef HOHO sections


Nathanael Nerode wrote:

> Small patch to the FORTRAN front end.

> Bootstrapped on i686-pc-linux-gnu.
> 
> I can't run the testsuite at the moment due to some minor problems I'm having
> with dejagnu.  This really, really shouldn't change anything though.
> 
> 2002-06-15  Nathanael Nerode  <neroden@twcny.rr.com>
>         * com.c: Remove #ifdef HOHO sections.

OK, thanks !

There's more of this sort of stuff, like (grep HAHA f/com.c):

5626:#ifndef HAHA
5639:#else  /* HAHA */
5657:#endif  /* HAHA */
12471:#ifdef HAHA
12490:#endif  /* HAHA */

-- 
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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]