Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!cancer.vividnet.com!news.sojourn.com!newsfeed.concentric.net!news.texas.net!news.kei.com!news.mathworks.com!nntp.primenet.com!cam-news-hub1.bbnplanet.com!howland.erols.net!news.starnet.net!newsreader.wustl.edu!news From: Alan Shutko <ats@hubert.wustl.edu> Newsgroups: comp.unix.bsd.freebsd.misc,gnu.misc.discuss Subject: Re: [HOPE] Macro expansion to the FreeBSD f77. Date: 10 Sep 1996 10:46:28 -0500 Organization: Washington University Lines: 8 Distribution: comp,gnu Message-ID: <m2ybiimkyz.fsf@hubert.wustl.edu> References: <5134a6$bg0@newsgate.so-net.or.jp> NNTP-Posting-Host: wydo125.wustl.edu Mime-Version: 1.0 (generated by tm-edit 7.76) Content-Type: text/plain; charset=US-ASCII X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:27010 gnu.misc.discuss:28684 >>>>> "HM" == Hiroshi Murakami <nws830@ca2.so-net.or.jp> writes: HM> The fortran compiler f77 in VAX BSD4.x system have the capability HM> of the cpp-type macro expansions for the .F suffixed source file HM> as the following You could just pipe your source files through cpp yourself. We do this on our projects all the time.