summaryrefslogtreecommitdiff
path: root/lib/vasnprintf.c
diff options
context:
space:
mode:
authorBrian Templeton <bpt@hcoop.net>2010-08-14 19:28:56 -0400
committerAndy Wingo <wingo@pobox.com>2010-12-07 13:21:03 +0100
commit3f70b2dc5c33073b6f24078bc1fc1d6bdcd3b03f (patch)
treeb6aceae67620b68e4ddbee2c73b4b2bc87bb3f0f /lib/vasnprintf.c
parent67cb2c27610295aa68445951c03a7550efc9453a (diff)
downloadguile-3f70b2dc5c33073b6f24078bc1fc1d6bdcd3b03f.tar.gz
use unbound fluids instead of `void' sentinel value
* module/language/elisp/compile-tree-il.scm (reference-with-check) (compile-without-void-checks, want-void-check?): Remove. (compile-function, compile-pair): Use `reference-variable' instead of `reference-with-check'. (compile-defvar): Only set `sym' if `sym' is not bound to a bound fluid, rather than requiring that its value be `void'. (process-options!): Remove `#:disable-void-check' option handling. * module/language/elisp/runtime.scm (void) (reference-variable-with-check): Remove. (ensure-fluid!): Use an undefined fluid as the initial value for global variables. * module/language/elisp/runtime/function-slot.scm (without-void-checks): Don't import or re-export. * module/language/elisp/runtime/macros.scm (prog1, cond, or, dolist): Don't use `without-void-checks'. * module/language/elisp/runtime/subrs.scm (symbol-value) (symbol-function, apply): Use `reference-variable' instead of `reference-variable-with-check'. (makunbound, fmakunbound, boundp, fboundp): Unset the variable's fluid (or the variable itself, if it isn't bound to a fluid). * test-suite/tests/elisp-compiler.test ("Variable Setting/Referencing")["disabled void check (all)", "disabled void check (symbol list)", "without-void-checks"]: Remove. Signed-off-by: Andy Wingo <wingo@pobox.com>
Diffstat (limited to 'lib/vasnprintf.c')
0 files changed, 0 insertions, 0 deletions