#if 0 around some debugging code.

This commit is contained in:
Aaron Giles 2014-02-20 18:11:51 +00:00
parent dd15b719a3
commit d8ba983889

View File

@ -16,9 +16,11 @@
#include <assert.h>
#include "osdcore.h"
// TEMPORARY helper to catch is_pod assertions in the debugger
#if 0
#undef assert
#define assert(x) do { if (!(x)) { printf("Assert: %s\n", #x); asm("int $3"); } } while (0)
#endif
// ======================> dynamic_array