summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/form/nc_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CursesDialog/form/nc_alloc.h')
-rw-r--r--Source/CursesDialog/form/nc_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CursesDialog/form/nc_alloc.h b/Source/CursesDialog/form/nc_alloc.h
index 80ce3f4..f49ea93 100644
--- a/Source/CursesDialog/form/nc_alloc.h
+++ b/Source/CursesDialog/form/nc_alloc.h
@@ -72,7 +72,7 @@ extern void _nc_leaks_dump_entry(void);
/* doalloc.c */
extern void *_nc_doalloc(void *, size_t);
#if !HAVE_STRDUP
-#define strdup _nc_strdup
+/* #define strdup _nc_strdup */
extern char *_nc_strdup(const char *);
#endif