(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:
parent
5e1e20c89c
commit
09c6d80a27
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue