Fix C99 complaints in Windows and Mac CI

This commit is contained in:
Mamy Ratsimbazafy 2018-09-11 09:56:14 +02:00 committed by GitHub
parent a8a6ee2f5d
commit 9dbcd697e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
{.compile: "keccak-tiny/keccak-tiny.c".}
{.passC: "-std=c99".}
import
strutils, parseutils, ranges/memranges