aboutsummaryrefslogtreecommitdiff
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
parent998ee2ce7110987bb5cbeb11a55781a271a1ca47 (diff)
chore: basic maintenance
-rw-r--r--compile_commands.json39
-rw-r--r--src/memory.c (renamed from src/mem.c)0
-rw-r--r--src/string.c (renamed from src/str.c)2
3 files changed, 6 insertions, 35 deletions
diff --git a/compile_commands.json b/compile_commands.json
index 04f177a..c012748 100644
--- a/compile_commands.json
+++ b/compile_commands.json
@@ -3,45 +3,16 @@
"arguments": [
"clang",
"-c",
+ "-g",
"-fno-strict-aliasing",
"-fwrapv",
"-fms-extensions",
"-Iinclude",
"-o",
- "build/coro.o",
- "src/coro.c"
+ "build/error.o",
+ "src/error.c"
],
- "directory": "/home/nolln/libn",
- "file": "src/coro.c"
- },
- {
- "arguments": [
- "clang",
- "-c",
- "-fno-strict-aliasing",
- "-fwrapv",
- "-fms-extensions",
- "-Iinclude",
- "-o",
- "build/mem.o",
- "src/mem.c"
- ],
- "directory": "/home/nolln/libn",
- "file": "src/mem.c"
- },
- {
- "arguments": [
- "clang",
- "-c",
- "-fno-strict-aliasing",
- "-fwrapv",
- "-fms-extensions",
- "-Iinclude",
- "-o",
- "build/string.o",
- "src/string.c"
- ],
- "directory": "/home/nolln/libn",
- "file": "src/string.c"
+ "directory": "/home/nolln/root",
+ "file": "src/error.c"
}
] \ No newline at end of file
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