mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c101164b02
commit
a5dcc4437e
18 changed files with 101 additions and 87 deletions
10
dln.h
10
dln.h
|
@ -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*));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue