1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-10-13 12:44:42 +01:00

Update GridStd.h

This commit is contained in:
Peter Boyle
2025-10-03 14:35:37 -04:00
committed by GitHub
parent 23581333e6
commit 6165931afa

View File

@@ -42,6 +42,7 @@ void GridAbort(void);
#define ASSLOG(A) ::write(STDERR_FILENO,A,::strlen(A));
#ifdef HAVE_EXECINFO_H
#define GRID_ASSERT(b) if(!(b)) { \
fflush(stdout); \
ASSLOG(" GRID_ASSERT failure: "); \
ASSLOG(__FILE__); \
ASSLOG(" : "); \