(__eprintf): Do nothing if inhibit_eprintf is defined.

From-SVN: r2289
This commit is contained in:
Richard Stallman 1992-10-01 03:34:27 +00:00
parent 82c14fc83c
commit bba2431c5d
1 changed files with 4 additions and 0 deletions

View File

@ -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