(debug_print): New function.
This commit is contained in:
parent
6f5e9c436c
commit
cf1bb91bd1
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue