diff options
-rw-r--r-- | dln.h | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -13,13 +13,11 @@ #ifndef DLN_H #define DLN_H -#ifndef _ -#ifndef __STDC__ -# define _(args) () -# define const -#else # define _(args) args -#endif #endif char *dln_find_exe _((const char*,const char*)); |