mirror of
https://github.com/novatiq/packages.git
synced 2026-04-26 22:04:42 +01:00
The code from 1996 is using pre-c99 inline semantics that cause compilation failures on i386. Added std-gnu89 to fix this. Signed-off-by: Rosen Penev <rosenp@gmail.com>