1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-11-06 06:49:30 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Peter Boyle
6165931afa Update GridStd.h 2025-10-03 14:35:37 -04:00

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(" : "); \