From 44a3eaeba04ef78835ca741592c376428ada5f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 2 Dec 2017 10:30:25 +0100 Subject: New upstream version 0.9.8 --- lib/uniname/gen-uninames.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/uniname/gen-uninames.lisp') diff --git a/lib/uniname/gen-uninames.lisp b/lib/uniname/gen-uninames.lisp index 9f795621..937b50ef 100755 --- a/lib/uniname/gen-uninames.lisp +++ b/lib/uniname/gen-uninames.lisp @@ -196,7 +196,7 @@ ) ) ) (format ostream "};~%") |# - (format ostream "static const struct { uint16_t extra_offset; uint16_t ind_offset; } unicode_name_by_length[~D] = {~%" + (format ostream "static const struct { uint32_t extra_offset; uint16_t ind_offset; } unicode_name_by_length[~D] = {~%" (1+ (length words-by-length)) ) (let ((extra-offset 0) -- cgit v1.2.3