]> granicus.if.org Git - yasm/commit
Make yasm_fatal() and implementations take a list of printf-like parameters.
authorPeter Johnson <peter@tortall.net>
Sun, 8 Jun 2003 21:21:22 +0000 (21:21 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 8 Jun 2003 21:21:22 +0000 (21:21 -0000)
commitb6f7d0316f7e512316a6cd8fa76e0a6dd7f435e4
treebf459281b46ed4817b676af691925e18184338db
parenta6109b9aba59303c408ee810adc74571b1a747d2
Make yasm_fatal() and implementations take a list of printf-like parameters.
Also, don't abort(), just exit()... unlike internal errors, which we want a
backtrace for, fatal errors may happen during normal operation.

svn path=/trunk/yasm/; revision=975
frontends/yasm/yasm.c
libyasm/errwarn.c
libyasm/errwarn.h