changeset 455:c7f457ac013d

Remove char_t.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 11 Dec 2017 12:28:13 +0200
parents 4471eadea472
children 1bf886fa9db5
files th_types.h
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/th_types.h	Wed Oct 25 22:32:07 2017 +0300
+++ b/th_types.h	Mon Dec 11 12:28:13 2017 +0200
@@ -169,16 +169,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 !defined(FALSE) && !defined(TRUE) && !defined(BOOL)