On Thu, Apr 16, 2020 at 12:20:15PM +0200, Patrick Steinhardt wrote:
> With the upstream change having landed that adds a name to the
> previously anonymous `jsmntok` typedef, we can now add a forward
> declaration for that struct in our code. As a result, we no longer have
> to store the `tokens` member of `struct grub_json` as a void pointer but
> can instead use the forward declaration, allowing us to get rid of casts
> of that field.
>
> Signed-off-by: Patrick Steinhardt <p...@pks.im>

Reviewed-by: Daniel Kiper <daniel.ki...@oracle.com>

Daniel

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to