(__eprintf): Do nothing if inhibit_eprintf is defined.
From-SVN: r2289
This commit is contained in:
parent
82c14fc83c
commit
bba2431c5d
@ -1149,6 +1149,8 @@ __builtin_saveregs ()
|
||||
#endif
|
||||
|
||||
#ifdef L_eprintf
|
||||
#ifndef inhibit_eprintf
|
||||
|
||||
#undef NULL /* Avoid errors if stdio.h and our stddef.h mismatch. */
|
||||
#include <stdio.h>
|
||||
/* This is used by the `assert' macro. */
|
||||
@ -1163,6 +1165,8 @@ __eprintf (string, expression, line, filename)
|
||||
fflush (stderr);
|
||||
abort ();
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef L_bb
|
||||
|
Loading…
Reference in New Issue
Block a user