diff th_string.h @ 336:cda5a2aebbb6

Refactor things to be simpler.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 23 Feb 2016 15:26:29 +0200
parents b2c4b0b4d44f
children 691f3ad00943
line wrap: on
line diff
--- a/th_string.h	Tue Feb 23 14:59:07 2016 +0200
+++ b/th_string.h	Tue Feb 23 15:26:29 2016 +0200
@@ -61,6 +61,8 @@
 
     TH_PF_LONG  = 0x1000,
     TH_PF_LONGLONG = 0x2000,
+
+    TH_PF_UPCASE = 0x8000,
 };