Merge fix for VS2013

This commit is contained in:
Allen Byrne 2017-09-20 11:55:51 -05:00
parent 2713d84ed3
commit d75400082e

View File

@ -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 */