(scm_display_backtrace_with_highlights): Join the

first and the second line of the SCM_DEFINE macro call, since old
preprocessors cannot handle definitions that are split into two
lines.
This commit is contained in:
Marius Vollmer 2004-11-02 22:49:14 +00:00
commit 09c6d80a27

View file

@ -728,8 +728,7 @@ display_backtrace_body (struct display_backtrace_args *a)
}
#undef FUNC_NAME
SCM_DEFINE (scm_display_backtrace_with_highlights, "display-backtrace",
2, 3, 0,
SCM_DEFINE (scm_display_backtrace_with_highlights, "display-backtrace", 2, 3, 0,
(SCM stack, SCM port, SCM first, SCM depth, SCM highlights),
"Display a backtrace to the output port @var{port}. @var{stack}\n"
"is the stack to take the backtrace from, @var{first} specifies\n"