Browse Source

Test

etomic
jl777 7 years ago
parent
commit
32191a3f60
  1. 2
      crypto777/cJSON.c
  2. 3
      iguana/exchanges/mm.c

2
crypto777/cJSON.c

@ -25,6 +25,8 @@
/* JSON parser in C. */
#include <math.h>
#define CJSON_GARBAGECOLLECTION
#include "../includes/cJSON.h"
#ifndef DBL_EPSILON

3
iguana/exchanges/mm.c

@ -23,7 +23,10 @@ void PNACL_message(char *arg,...)
{
}
#ifndef FROM_MARKETMAKER
#define FROM_MARKETMAKER
#endif
#define CJSON_GARBAGECOLLECTION
#include <stdio.h>
#include <stdint.h>

Loading…
Cancel
Save