From: ken Date: Sat, 18 Feb 2017 19:06:05 +0000 (-0800) Subject: print.h update X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fapc.git;a=commitdiff_plain;h=32253ca6184bceb23486c7d92ea209b7cb4b7b58 print.h update --- diff --git a/src/binaryout.c b/src/binaryout.c index f4eea8a..8627be6 100644 --- a/src/binaryout.c +++ b/src/binaryout.c @@ -10,12 +10,11 @@ #include //u32_cpy #include //ulc_fprintf /* Local */ +#define eprintf_callback(...) exit(EXIT_FAILURE) #include "print.h" #include "apc.h" #include "ir.h" #include "pagenode.h" -#undef do_error -#define do_error(...) exit(-1) #define XXH_PRIVATE_API #include "../xxHash/xxhash.h" #define STB_IMAGE_IMPLEMENTATION