exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 9fb17b3ca7b9360c1c32d45b180591a3220f9758
parent 389c18c18c105a67c487153377450bcaef88fe18
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 20 Jun 2016 10:19:56 +0200

use c99

Diffstat:
Mconfigure.ac | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -32,6 +32,7 @@ LT_INIT # Checks for programs. AC_PROG_CC +AC_PROG_CC_C99 CFLAGS="-Wall $CFLAGS"