Re: prior parameter's size depends on `Decinput'
13 Jul
1997
13 Jul
'97
2:42 a.m.
Bill Currie wrote:
I've managed to reproduce the error in a smaller file. If I comment out the parameters (or the body of the function) in the implementation section, the error disapears. In the real file, the ReadStr causes an abort when the implementation paramteters are commented out (interface decl same as always).
I cut down the program a bit more to the following: unit foo; interface procedure x(y:string); implementation procedure x(y:string); begin read(y) end; end. Oddly, the bug disappears when deleting "(y:string)" in the 2nd declaration. BTW: Bill, the ReadStr is not completely the same as BP's Val. Especially, the Err parameter is not handled like in BP, but read in as a second value. --
10626
Age (days ago)
10627
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bill Currie -
Frank Heckenbach