copiousfreetime / amalgalite

SQLite database engine embedded in a ruby extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

older compilers do not like ext/amalgalite/amalgalite3_constants.c

copiousfreetime opened this issue · comments

The generated file ext/amalgalite/amalgalite3_constants.c generates code that will not work on C compilers pre C99.

ext/gen_constants.rb needs to be updated to lay out all declarations before all statements.