Hi Alex, (01)
Yes, that is working great for me! This is beautiful. It compiles
without an errors under 4.1.1. (02)
I'll send an email to Ken Harrenstien with your fix and see if he would
be willing to add your patch to his current codebase and put out a new
release. (03)
Jonathan (04)
Alex Bochannek wrote:
> OK, why don't you try the below.
>
> I saw three main issues:
>
> 1) stdlib.h needs to be included if exit() is used since the implicit
> declaration doesn't match exit's real one.
> 2) You can't use logf as a variable name since there is an internal
> logf() function.
> 3) There is something going on with the ternary conditional operator
> in an assignment that results in requesting the address of the
> register variable, which won't work. Can be worked around with an
> if/else, but I'll see if I can find out more about this.
>
> Alex. (05)
_________________________________________________________________
Message Archives: http://chm.cim3.net/forum/nls-technical/
Shared Files: http://chm.cim3.net/file/work/project/nls-restore/
Community Portal: http://www.computerhistory.org/
To Post: mailto:nls-technical@chm.cim3.net
Community Wiki: http://chm.cim3.net/cgi-bin/wiki.pl?NLS_Restoration (06)
|