summaryrefslogtreecommitdiff
path: root/dln.h
diff options
context:
space:
mode:
-rw-r--r--dln.h10
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*));