diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-03-23 19:37:08 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-03-23 19:37:08 -0700 |
commit | c694663ac8e567c54a0ab09c3953b9229423fbf8 (patch) | |
tree | 2ae02a3801629f7ebc138dd1069e5ecc42a72304 /stdlib/doc-syms.tl | |
parent | 83788938a4936726598b64fb5059fa5ce55f828a (diff) | |
download | txr-c694663ac8e567c54a0ab09c3953b9229423fbf8.tar.gz txr-c694663ac8e567c54a0ab09c3953b9229423fbf8.tar.bz2 txr-c694663ac8e567c54a0ab09c3953b9229423fbf8.zip |
compiler/doc: document compiler-opts and enable unused warning
* stdlib/compiler.tl (sys:env shadow-fun): Also diagnose
if a global macro is shadowed.
* txr.1: Documented compiler-opts structure, *compiler-opts*
variable and with-compiler-opts macro.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r-- | stdlib/doc-syms.tl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index 4046ea49..357b1e65 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -9,6 +9,7 @@ ("*args-eff*" "N-03DEE18A") ("*args-full*" "N-03DEE18A") ("*child-env*" "N-01BB2097") + ("*compiler-opts*" "N-005A796B") ("*doc-url*" "N-0003D10B") ("*filters*" "N-00E6A902") ("*gensym-counter*" "N-0387B1B1") @@ -373,6 +374,7 @@ ("compile-error" "N-032EA7D7") ("compile-file" "N-0211BE68") ("compile-only" "N-030BF4F5") + ("compile-opts" "N-01F24CB2") ("compile-toplevel" "N-00DE8B13") ("compile-update-file" "N-0211BE68") ("compile-warning" "N-032EA7D7") @@ -2204,6 +2206,7 @@ ("with" "N-03098987") ("with-clobber-expander" "N-0181ED4C") ("with-compilation-unit" "N-013AAB51") + ("with-compile-opts" "N-019524EE") ("with-delete-expander" "N-02A6E020") ("with-dyn-lib" "N-023E0D2C") ("with-gensyms" "N-034F045B") |