summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 2b1a3ac1..9030976c 100644
--- a/eval.c
+++ b/eval.c
@@ -3848,7 +3848,7 @@ val fboundp(val sym)
return tnil(lookup_fun(nil, sym));
}
-static val mboundp(val sym)
+val mboundp(val sym)
{
return tnil(lookup_mac(nil, sym));
}