* [PATCH] Fix bug: Use correct `FUNC_NAME' for `scm_macro_binding'.
@ 2010-01-09 14:12 Thien-Thi Nguyen
0 siblings, 0 replies; only message in thread
From: Thien-Thi Nguyen @ 2010-01-09 14:12 UTC (permalink / raw)
To: bug-guile
Basta con la copy pasta!
(Enough of the copy/paste errors! ;-D)
thi
_____________________________________________________________________________
From bf621def5b353221f486fe3a7c369120ba5a0c57 Mon Sep 17 00:00:00 2001
From: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Sat, 9 Jan 2010 15:09:15 +0100
Subject: [PATCH] Fix bug: Use correct `FUNC_NAME' for `scm_macro_binding'.
* libguile/macros.c (scm_macro_binding): Use correct FUNC_NAME.
Signed-off-by: Thien-Thi Nguyen <ttn@gnuvola.org>
---
libguile/macros.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libguile/macros.c b/libguile/macros.c
index edb6538..b3fea93 100644
--- a/libguile/macros.c
+++ b/libguile/macros.c
@@ -170,7 +170,7 @@ SCM_DEFINE (scm_macro_binding, "macro-binding", 1, 0, 0,
"Return the binding of the syntax transformer @var{m}, as passed to\n"
"@code{make-syntax-transformer}. If @var{m} is a primitive syntax\n"
"transformer, @code{#f} will be returned.")
-#define FUNC_NAME s_scm_macro_transformer
+#define FUNC_NAME s_scm_macro_binding
{
SCM_VALIDATE_MACRO (1, m);
return SCM_MACRO_BINDING (m);
--
1.6.3.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-09 14:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-09 14:12 [PATCH] Fix bug: Use correct `FUNC_NAME' for `scm_macro_binding' Thien-Thi Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).