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:
parent
ad3658828b
commit
0d7855e895
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue