X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb63e57238e4a0902319ae045aa0c7ae957479b2..a46e6475aa6fc84c269b98a1c1018f43c09e5435:/win32_test_app/include/TBuffer.h diff --git a/win32_test_app/include/TBuffer.h b/win32_test_app/include/TBuffer.h index c5166e3479..ceb46613cf 100644 --- a/win32_test_app/include/TBuffer.h +++ b/win32_test_app/include/TBuffer.h @@ -13,7 +13,7 @@ typedef struct s_Buffer { } s_Buffer_t, *Buffer_t; /* Asserts that a s_Buffer is valid. */ -#define ASSERT_VALID_Buffer(p) ( ASSERT_NOT_NULL((p)) /*&& ASSERT_NOT_NULL((p)->data)*/ ) +#define ASSERT_VALID_Buffer(p) ( ASSERT_NOT_NULL(p) /*&& ASSERT_NOT_NULL((p)->data)*/ ) /* The default buffer capacity (512 bytes). */ #define DEFAULT_Buffer_CAPACITY ((size_t)512)