home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.help
- Path: sparky!uunet!news.claremont.edu!jarthur!jason
- From: jason@jarthur.claremont.edu (Jason Merrill)
- Subject: Re: Has anyone made cfortran.h work with gcc?
- In-Reply-To: walter@cithe501.cithep.caltech.edu's message of 14 Dec 1992 23:17:18 GMT
- Message-ID: <JASON.92Dec14182002@it.claremont.edu>
- Sender: news@muddcs.claremont.edu (The News System)
- Organization: Minimal
- References: <1gj4luINNp7g@gap.caltech.edu>
- Distribution: gnu
- Date: 14 Dec 92 18:20:02
- Lines: 8
-
- You might try using the "asm labels" extension in your declarations, i.e.:
-
- extern fortran_func () asm ("fortran_func");
-
- See the gcc documentation for more information on this...
-
- --
- Jason Merrill jason@jarthur.claremont.edu
-