Re: [pure-lang-users] C macros
Status: Beta
Brought to you by:
agraef
From: John C. <co...@cc...> - 2008-08-30 22:06:24
|
Albert Graef scripsit: > That's good to know, thanks! Yes, I agree, it would indeed be utterly > insane to do it in a different way. It's all about the weirdness of the Fortran EQUIVALENCE statement, which lets you declare the exact overlap pattern of global storage, thus: EQUIVALENCE(I(5), A(2,7)) where I is an integer vector and A is a floating-point matrix. -- Overhead, without any fuss, the stars were going out. --Arthur C. Clarke, "The Nine Billion Names of God" John Cowan <co...@cc...> |