projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59334e4
)
use ptrdiff_t rather than ssize_t, as ssize_t is non-standard (it is POSIX, not C)
author
Steven G. Johnson
<stevenj@alum.mit.edu>
Sun, 11 Dec 2016 21:17:11 +0000
(16:17 -0500)
committer
Steven G. Johnson
<stevenj@alum.mit.edu>
Sun, 11 Dec 2016 21:17:11 +0000
(16:17 -0500)
utf8proc.h
patch
|
blob
|
history
diff --git
a/utf8proc.h
b/utf8proc.h
index 99b4fdb079c400f52e2a30e3dd23f0dce23ae6cd..8b5ec70145e2bd5af0364ebcfb709397c702196c 100644
(file)
--- a/
utf8proc.h
+++ b/
utf8proc.h
@@
-114,7
+114,7
@@
typedef uint16_t utf8proc_uint16_t;
typedef int32_t utf8proc_int32_t;
typedef uint32_t utf8proc_uint32_t;
typedef size_t utf8proc_size_t;
-typedef
ssize
_t utf8proc_ssize_t;
+typedef
ptrdiff
_t utf8proc_ssize_t;
typedef bool utf8proc_bool;
#endif
#include <limits.h>