aboutsummaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorsin <[email protected]>2016-01-06 17:05:46 +0000
committersin <[email protected]>2016-01-06 17:07:47 +0000
commitbd854ac71fe7045b74accc57b5e1933b411033be (patch)
treebef1fa69b1beb9228cb59e9e4dd6c88d1faab3e2 /compat.h
parent2809fd3795e8445f686547d08eef4631efc05030 (diff)
downloadstagit-bd854ac71fe7045b74accc57b5e1933b411033be.tar.gz
stagit-bd854ac71fe7045b74accc57b5e1933b411033be.zip
Always use the compat functions
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat.h b/compat.h
index f619c16..f97a69b 100644
--- a/compat.h
+++ b/compat.h
@@ -1,8 +1,6 @@
-#ifdef COMPAT
#undef strlcat
size_t strlcat(char *, const char *, size_t);
#undef strlcpy
size_t strlcpy(char *, const char *, size_t);
#undef reallocarray
void *reallocarray(void *, size_t, size_t);
-#endif