summaryrefslogtreecommitdiffstats
path: root/RichString.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-10-15 00:56:22 +0200
committerBenny Baumann <BenBE@geshi.org>2020-10-17 20:54:14 +0200
commit5e4b1826168b74d8b5e71227ded12980efd5a243 (patch)
treed1b5ce276eb0ba146abaabb8ae1ddda793d230c0 /RichString.c
parent872e542f4eca52ce2198ba3fc30a51bc5d672dae (diff)
Combine XAlloc.[ch] into XUtils.[ch]
Diffstat (limited to 'RichString.c')
-rw-r--r--RichString.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/RichString.c b/RichString.c
index 8019135e..3cb19ae4 100644
--- a/RichString.c
+++ b/RichString.c
@@ -6,12 +6,13 @@ in the source distribution for its full text.
*/
#include "RichString.h"
-#include "XAlloc.h"
#include "Macros.h"
+#include "XUtils.h"
#include <stdlib.h>
#include <string.h>
+
#define charBytes(n) (sizeof(CharType) * (n))
static void RichString_extendLen(RichString* this, int len) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy