Placate a number of `syntax-check' verifications.
- "filesystem" -> "file system" - remove doubled words - use EXIT_* macros instead of literal numbers - update `syntax-check' exclusion files
This commit is contained in:
parent
a3989357b3
commit
b3da54d181
29 changed files with 57 additions and 32 deletions
|
|
@ -1265,7 +1265,7 @@
|
|||
;;
|
||||
;; The only wrinkle is when we want a macro to expand to code in another
|
||||
;; module, as is the case for the r6rs `library' form -- the body expressions
|
||||
;; should be scoped relative the the new module, the one defined by the macro.
|
||||
;; should be scoped relative the new module, the one defined by the macro.
|
||||
;; For that, use `(@@ mod-name body)'.
|
||||
;;
|
||||
;; Part of the macro output will be from the site of the macro use and part
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue