diff options
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3423,7 +3423,7 @@ static val symbol_function(val sym) gethash(op_table, sym)); } -static val boundp(val sym) +val boundp(val sym) { return if2(lookup_var(nil, sym) || lookup_symac(nil, sym), t); } |