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@985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2000-10-02 07:48:42 +00:00
parent 173e2f6636
commit 9a46002fc0
12 changed files with 59 additions and 40 deletions

5
main.c
View file

@ -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;