Hello Joe, hello David,

Actually, I think, the help page is wrong about the qualification
syntax. You have to change line 160 like this:

SET_WORD(H_FLAGS, z_header.(z_header_t)flags);

or

SET_WORD(H_FLAGS, z_header.(struct zcode_header_struct)flags);

I am quite sure this change should fix the problem on Turbo C.  But it
seems to me that it will also inadvertently break the non-DOS ports,
which do not define SET_WORD in terms of an asm { ... }.

Thank you!

--
https://github.com/tkchia


_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to