change ERR macro back to return instead of abort

This commit is contained in:
Ed Hartnett 2010-12-21 17:26:06 +00:00
parent 7abc6347bf
commit 590fd8e08d

View File

@ -36,7 +36,7 @@ fflush(stdout); /* Make sure our stdout is synced with stderr. */ \
err++; \
fprintf(stderr, "Sorry! Unexpected result, %s, line: %d\n", \
__FILE__, __LINE__); \
abort(); \
return 2; \
} while (0)
/* This macro prints an error message with line number and name of