1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* include/ruby/ruby.h: Removed RUBY_GLOBAL_SETUP complely. It is

no meaning definition since r24894.
* main.c: ditto.
* nacl/pepper_main.c: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kosaki 2012-07-09 15:53:02 +00:00
parent fe0b5d498b
commit 428a5a9cd9
4 changed files with 7 additions and 11 deletions

View file

@ -29,8 +29,6 @@
#include "ruby/ruby.h"
#include "gc.h"
RUBY_GLOBAL_SETUP
#ifdef HAVE_STRUCT_PPB_CORE
typedef struct PPB_Core PPB_Core;
#endif