aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-17 18:14:35 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-17 18:14:35 -0700
commitdca72268ae6bcbd411aa8660604451226f76b4eb (patch)
tree741be97c97ef4fe1a023882267b06ec7eac78527 /src
parent998ee2ce7110987bb5cbeb11a55781a271a1ca47 (diff)
chore: basic maintenance
Diffstat (limited to 'src')
-rw-r--r--src/memory.c (renamed from src/mem.c)0
-rw-r--r--src/string.c (renamed from src/str.c)2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/mem.c b/src/memory.c
index 3d35299..3d35299 100644
--- a/src/mem.c
+++ b/src/memory.c
diff --git a/src/str.c b/src/string.c
index 9aa29b3..d46f0c0 100644
--- a/src/str.c
+++ b/src/string.c
@@ -146,7 +146,7 @@ utf8·FindRune(byte* s, long c)
#undef Tbyte
#undef RuneX
-#include "generated/utf8.c"
+#include ".generated/utf8.c"
// -------------------------------------------------------------------------
// Dynamic string functions