hzzc1987 / jnaerator

Automatically exported from code.google.com/p/jnaerator
0 stars 0 forks source link

Global function pointers not generated (extern void (*fptr)(int);) #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
{{{
extern void (*fptr)(int);
}}}
fptr is not jnaerated.

Globals generation + type conversion need an overhaul anyway, big work ahead...

Original issue reported on code.google.com by olivier.chafik@gmail.com on 11 Jun 2009 at 8:01

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 12 Jun 2009 at 12:32

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 15 Jun 2009 at 8:59

GoogleCodeExporter commented 8 years ago
Fixed by revision #680.

Original comment by olivier.chafik@gmail.com on 19 Aug 2009 at 12:17