ffi 1.2.0.dev3 → 1.2.0.dev4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/ext/ffi_c/MethodHandle.c +4 -0
  2. metadata +4 -4
@@ -330,6 +330,10 @@ trampoline_size(void)
330
330
  void
331
331
  rbffi_MethodHandle_Init(VALUE module)
332
332
  {
333
+ #ifndef CUSTOM_TRAMPOLINE
334
+ ffi_status ffiStatus;
335
+ #endif
336
+
333
337
  defaultClosurePool = rbffi_ClosurePool_New((int) trampoline_size(), prep_trampoline, NULL);
334
338
 
335
339
  #if defined(CUSTOM_TRAMPOLINE)
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi
3
3
  version: !ruby/object:Gem::Version
4
- hash: -235527788
4
+ hash: 2257031387
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
9
  - 0
10
10
  - dev
11
- - 3
12
- version: 1.2.0.dev3
11
+ - 4
12
+ version: 1.2.0.dev4
13
13
  platform: ruby
14
14
  authors:
15
15
  - Wayne Meissner
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-08-19 00:00:00 +10:00
20
+ date: 2012-08-29 00:00:00 +10:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency