summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/u8c/txt.h2
-rw-r--r--include/u8c/ver.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/u8c/txt.h b/include/u8c/txt.h
index 8b2ba45..4959e81 100644
--- a/include/u8c/txt.h
+++ b/include/u8c/txt.h
@@ -20,7 +20,7 @@
# if !defined(u8c_txt)
# if defined(__cplusplus)
# include <cstdint>
-# define u8c_txt(txt) (reinterpret_cast<std::uint_least32_t const *>(U ## txt ## ))
+# define u8c_txt(txt) (reinterpret_cast<std::uint_least32_t const *>(U ## txt))
# else
# include <stdint.h>
# define u8c_txt(txt) (uint_least32_t const *)U ## txt
diff --git a/include/u8c/ver.h b/include/u8c/ver.h
index 8dc9042..edf91ed 100644
--- a/include/u8c/ver.h
+++ b/include/u8c/ver.h
@@ -16,5 +16,5 @@
/* Version */
# if !defined(u8c_ver)
# include <stdint.h>
-# define u8c_ver (UINT64_C(0xE))
+# define u8c_ver (UINT64_C(0xF))
# endif