diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-28 13:05:45 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-28 13:05:45 -0700 |
commit | daf0ab0c5402b3f493be73bd3b7dc7f977234c91 (patch) | |
tree | a3b04b1eb995d98c4ae38b085743db2e36d211e4 /buf.c | |
parent | eaec6a766396d40f017c6a3a00bb5b70d90babdc (diff) | |
download | txr-daf0ab0c5402b3f493be73bd3b7dc7f977234c91.tar.gz txr-daf0ab0c5402b3f493be73bd3b7dc7f977234c91.tar.bz2 txr-daf0ab0c5402b3f493be73bd3b7dc7f977234c91.zip |
buf: remove stray utf8 declaration.
* buf.c (utf8_dup_to_buf): stray declaration removed.
Diffstat (limited to 'buf.c')
-rw-r--r-- | buf.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1223,8 +1223,6 @@ static val uint_buf(val buf) return normalize(ubn); } -unsigned char *utf8_dup_to_buf(const wchar_t *, size_t *pnbytes, - int null_term); void buf_init(void) { reg_fun(intern(lit("make-buf"), user_package), func_n3o(make_buf, 1)); |