summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/form/nc_alloc.h
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-11-08 22:03:52 (GMT)
committerBerk Geveci <berk.geveci@kitware.com>2001-11-08 22:03:52 (GMT)
commit777ec992196f30b98a2c164caae8959f8b8a2a50 (patch)
tree2051a4a48840b272532f6844170acbbeb636ba6a /Source/CursesDialog/form/nc_alloc.h
parent05717b3dab73da8c2176f37cbe9c8c2814cf47f2 (diff)
downloadCMake-777ec992196f30b98a2c164caae8959f8b8a2a50.zip
CMake-777ec992196f30b98a2c164caae8959f8b8a2a50.tar.gz
CMake-777ec992196f30b98a2c164caae8959f8b8a2a50.tar.bz2
Changes to remove warnings and fix dependencies.
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