summaryrefslogtreecommitdiff
path: root/libguile/backtrace.c
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-11-02 22:49:14 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-11-02 22:49:14 +0000
commit09c6d80a27add778e0b6245a65640cbd6702a895 (patch)
treedf60b4a610108eabe485a389aa21ba0c4ba9cd4a /libguile/backtrace.c
parent5e1e20c89c43d83e850732796508e628ee2e2995 (diff)
downloadguile-09c6d80a27add778e0b6245a65640cbd6702a895.tar.gz
(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.
Diffstat (limited to 'libguile/backtrace.c')
-rw-r--r--libguile/backtrace.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/backtrace.c b/libguile/backtrace.c
index 3507b2777..4cdc62656 100644
--- a/libguile/backtrace.c
+++ b/libguile/backtrace.c
@@ -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"