Skip to content

Commit

Permalink
Try another option for bools
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Dec 2, 2019
1 parent d543f6b commit f69483d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions cbits/mysql_signals.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <pthread.h>
#include <signal.h>
#include <stdio.h>
#include <stdbool.h>

static sigset_t sigs[1];
static int sigs_inited;
Expand Down
2 changes: 0 additions & 2 deletions mysql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ library
build-depends:
semigroups >= 0.11 && < 0.19

cc-options: --std=c99

ghc-options: -Wall
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs
Expand Down

0 comments on commit f69483d

Please sign in to comment.