summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-03-12 13:34:27 +0100
committerGitHub <[email protected]>2020-03-12 13:34:27 +0100
commitf81e72530ea1ff1a564aaa299f9a3402aaea4796 (patch)
tree5ff86d3cfebc426d672aee47fe01a2a3c97e9d24
parent361404cd113512673ae06c760787916143ef3f76 (diff)
downloadSTC-modified-f81e72530ea1ff1a564aaa299f9a3402aaea4796.tar.gz
STC-modified-f81e72530ea1ff1a564aaa299f9a3402aaea4796.zip
Rename c_defs.h to clib/cdefs.h
-rw-r--r--clib/cdefs.h (renamed from c_defs.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_defs.h b/clib/cdefs.h
index 0d25c916..28ab4dd3 100644
--- a/c_defs.h
+++ b/clib/cdefs.h
@@ -62,4 +62,4 @@ static inline uint32_t c_murmurHash(const void *data, size_t len) { // One-at-a
return h;
}
-#endif \ No newline at end of file
+#endif