Date: Mon, 13 Jan 1997 13:26:06 +0200 (IST) From: Eli Zaretskii To: Leendert Combee cc: Glynne Casteel , djgpp AT delorie DOT com Subject: Re: f2c+djgpp In-Reply-To: <199701131043.KAA01153@tartan.scr.slb.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 13 Jan 1997, Leendert Combee wrote: > No!, on return a[i] correspond now to a[i+1] before the function was called > (+whatever happened in the function). Because a (not *a) is a pointer, Can you post the original Fortran code that *called* that function? How come `a' itself is a pointer? is it a matrix or something?