diff options
Diffstat (limited to 'include/u8c/txt.h')
-rw-r--r-- | include/u8c/txt.h | 2 |
1 files changed, 1 insertions, 1 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 |