Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Thomas Koenig Newsgroups: comp.lang.fortran Subject: Re: Is there a way in Fortran to designate an integer value as integer*8 ? Date: Sat, 26 Oct 2024 21:30:45 -0000 (UTC) Organization: A noiseless patient Spider Lines: 17 Message-ID: References: Injection-Date: Sat, 26 Oct 2024 23:30:45 +0200 (CEST) Injection-Info: dont-email.me; posting-host="912f28b02a1992e4d280981567106b3c"; logging-data="4086912"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX185T9Ma9ht3NiBt+o4ffPl1Vv21IBYt4Hg=" User-Agent: slrn/1.0.3 (Linux) Cancel-Lock: sha1:+3/+243oXhKE7dEtvTYIep6+LL8= Bytes: 2515 Lynn McGuire schrieb: > First, I include all of my 300+ common blocks as 200 files. I converted > those separately and cleaned them up so that the static variables and > defines are easy to peruse and understand. I delete all of the local > common block conversions by f2c in the subroutines and change them back > to include files. An easy cleanup that I have to do 5,000 times (4,000 > to go now plus the 100+ subroutines that we have modified for customers > since I started the conversion project two years ago). Sounds like a lot of work... > > I also removed the parameter adjustments from my copy of f2c. It is a > little tricky but as you say, they are not legal code in C++. Very good, I think you're set then.