(debug_print): New function.

This commit is contained in:
Richard M. Stallman 1994-03-25 19:19:05 +00:00
parent 6f5e9c436c
commit cf1bb91bd1

View file

@ -598,6 +598,15 @@ to make it write to the debugging output.\n")
return character;
}
/* This is the interface for debugging printing. */
void
debug_print (arg)
Lisp_Object arg;
{
Fprin1 (arg, Qexternal_debugging_output);
}
#ifdef LISP_FLOAT_TYPE