diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2025-09-17 05:24:07 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2025-09-17 05:24:07 (GMT) |
| commit | 5ab8b8b3d8634976de5ffb5fd04eed6fd1f7dc8e (patch) | |
| tree | a02d02be73a7cb1357555dfeef748f3a4065336d /utf8proc | |
| parent | 4b5c6bedda3393e42f06dfb50a5af067c3173b33 (diff) | |
| parent | 133e32482931da3d774c7c0c8f6f176639c0639c (diff) | |
| download | tcl-core-apn-init-refactor.zip tcl-core-apn-init-refactor.tar.gz tcl-core-apn-init-refactor.tar.bz2 | |
Merge trunkcore-apn-init-refactor
Diffstat (limited to 'utf8proc')
| -rw-r--r-- | utf8proc/utf8proc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utf8proc/utf8proc.h b/utf8proc/utf8proc.h index 59e5389..86a9a27 100644 --- a/utf8proc/utf8proc.h +++ b/utf8proc/utf8proc.h @@ -209,7 +209,8 @@ typedef enum { * Strip unassigned codepoints. */ UTF8PROC_STRIPNA = (1<<14), -} utf8proc_option_t; +} utf8proc_option_e; +typedef int utf8proc_option_t; /** @name Error codes * Error codes being returned by almost all functions. |
