libgrapheme

unicode string library
git clone git://git.suckless.org/libgrapheme
Log | Files | Refs | README | LICENSE

commit e454ea8814f9a1a0bdaf31c25e6d9b55a9ba1f36
parent 2ea6826b9be5ae9ffab21b623c4b2a5dfdb365d9
Author: Laslo Hunhold <dev@frign.de>
Date:   Sat,  8 Jan 2022 17:08:58 +0100

Clean up gen/types.h from the old range-list-types

Signed-off-by: Laslo Hunhold <dev@frign.de>

Diffstat:
Mgen/types.h | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/gen/types.h b/gen/types.h @@ -5,16 +5,6 @@ #include <stddef.h> #include <stdint.h> -struct range { - uint_least32_t lower; - uint_least32_t upper; -}; - -struct range_list { - struct range *data; - size_t len; -}; - struct test { uint_least32_t *cp; size_t cplen;