1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-07 07:07:05 +01:00

- removed warning for missing constants in grovel file.

This commit is contained in:
cage 2020-12-25 20:32:31 +01:00
parent e32e025d10
commit 928fc1ee7d

View File

@ -2,7 +2,7 @@
(include "idn2.h")
(cenum (idn2-rc :define-constants t)
(cenum (idn2-rc)
((:ok "IDN2_OK"))
((:malloc "IDN2_MALLOC"))
((:no-codeset "IDN2_NO_CODESET"))
@ -33,7 +33,7 @@
((:invalid-nontransitional "IDN2_INVALID_NONTRANSITIONAL"))
((:alabel-roundtrip-failed "IDN2_ALABEL_ROUNDTRIP_FAILED")))
(cenum (flags :define-constants t)
(cenum (flags)
((:nfc-input "IDN2_NFC_INPUT"))
((:alabel-roundtrip "IDN2_ALABEL_ROUNDTRIP"))
((:transitional "IDN2_TRANSITIONAL"))