mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
Merge fix for VS2013
This commit is contained in:
parent
2713d84ed3
commit
d75400082e
@ -41,7 +41,7 @@
|
||||
#define FALSE 0
|
||||
|
||||
/* Testing macros */
|
||||
#define AT() printf (" at %s:%d in %s()...\n", __FILE__, __LINE__, __func__);
|
||||
#define AT() printf (" at %s:%d in %s()...\n", __FILE__, __LINE__, FUNC);
|
||||
#define UC_ERROR {puts("*ERROR*"); fflush(stdout); AT(); goto error;}
|
||||
|
||||
#endif /* USE_CASE_COMMON_H */
|
||||
|
Loading…
Reference in New Issue
Block a user