changeset 456:1bf886fa9db5

Merged.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jan 2018 22:57:47 +0200
parents 347bfd3e017e (current diff) c7f457ac013d (diff)
children 85fa3d333556
files th_types.h
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/th_types.h	Tue Jan 02 22:57:02 2018 +0200
+++ b/th_types.h	Tue Jan 02 22:57:47 2018 +0200
@@ -174,16 +174,6 @@
 #endif
 
 
-/* This is the character type used in all string-related routines of
- * th_libs. Currently it is set to be equivalent of basetype "char",
- * but under some platforms it may be necessary to use
- * "unsigned char" instead.
- *
- * Also in future this type may be changed to hold 32-bit UNICODE
- */
-typedef char char_t;
-
-
 /* Define a boolean type, if needed
  */
 #ifndef HAVE_BOOL