1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 15:30:29 -08:00

Make my_assert_handler static

Copied from Perforce
 Change: 19208
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1998-01-14 11:26:53 +00:00
parent ad3658828b
commit 0d7855e895

View file

@ -193,7 +193,7 @@ void asserts(int expr, const char *format, ...)
/* my own assertion handler, insalled by easy_tramp
*/
void my_assert_handler(const char *cond, const char *id,
static void my_assert_handler(const char *cond, const char *id,
const char *file, unsigned line) {
comment("MPS ASSERTION FAILURE");
report("assert", "true");