Re: `invalid C type' problem

  • From: Mike Pall <mike-1309@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Tue, 10 Sep 2013 19:44:59 +0200

Konstantin Olkhovskiy wrote:
> Can you elaborate your point please? `Never' is quite a strict word.
> The header file I've got with this issue is [1].

There's no static variable definition in there. There's a static
const for a double that's not supported. Not going to be fixed
anytime soon.

> Given that khash is said to be
> the most performant implementation of hash table in C, the reason
> for that might be performance.

It's all just macros and the three types defined are simple aliases
for basic types. There's zero point at throwing this at the FFI.

--Mike

Other related posts: