1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2000-12-26 08:08:50 +00:00
parent c101164b02
commit a5dcc4437e
18 changed files with 101 additions and 87 deletions

10
dln.h
View file

@ -13,13 +13,11 @@
#ifndef DLN_H
#define DLN_H
#ifndef _
#ifndef __STDC__
# define _(args) ()
# define const
#else
#undef _
#ifdef HAVE_PROTOTYPES
# define _(args) args
#endif
#else
# define _(args) ()
#endif
char *dln_find_exe _((const char*,const char*));