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@985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
173e2f6636
commit
9a46002fc0
12 changed files with 59 additions and 40 deletions
5
main.c
5
main.c
|
|
@ -28,6 +28,11 @@ int _CRT_glob = 0;
|
|||
#include <console.h>
|
||||
#endif
|
||||
|
||||
/* to link startup code with ObjC support */
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
static void objcdummyfunction( void ) { objc_msgSend(); }
|
||||
#endif
|
||||
|
||||
int
|
||||
main(argc, argv, envp)
|
||||
int argc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue