emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Complete bindat.el package for 64-bit unsigned int


From: Stefan Monnier
Subject: Re: [PATCH] Complete bindat.el package for 64-bit unsigned int
Date: Tue, 29 Nov 2022 15:06:53 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> I needed to read 64-bit unsigned ints. It is a small change, looking forward 
> for any feedback.
> It is the first time I submit a patch.

Hmm... if you use `bindat-type` then the integer types take a "BITSIZE"
argument and you can make them any size you like (well, only multiples of
8, admittedly).
I'd rather encourage people to use `bindat-type` than add features to
the legacy API.


        Stefan




reply via email to

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