summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/remove.c b/src/remove.c
index c76bffaa8..49fa8acc1 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -41,6 +41,11 @@ typedef enum {false = 0, true = 1} bool;
#include "quote.h"
#include "remove.h"
+/* Avoid shadowing warnings because these are functions declared
+ in dirname.h as well as locals used below. */
+#define dir_name rm_dir_name
+#define dir_len rm_dir_len
+
#define obstack_chunk_alloc malloc
#define obstack_chunk_free free