bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug #50372] gmk_floc missing offset member


From: Brian Vandenberg
Subject: Re: [bug #50372] gmk_floc missing offset member
Date: Mon, 13 Mar 2017 10:21:05 -0600

Originally there was only one struct that didn't have an offset member.  I submitted a patch that added offset and made various code changes to ensure its use so warnings/error messages could correctly calculate the line number.

Although I didn't like that "offset" was left out of the public-facing API, there was a legitimate need: it would've forced a backward incompatibility when shared libraries or windows DLLs using the old API were used.

To account for this it was proposed that a 2nd "internal" type be made that has offset, while the public API version of the type remained the same.

-brian

reply via email to

[Prev in Thread] Current Thread [Next in Thread]