Downcase explicit arguments to syntax-check and syntax-match?.
authorChris Hanson <org/chris-hanson/cph>
Sat, 10 Feb 2018 04:37:06 +0000 (20:37 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sat, 10 Feb 2018 04:37:06 +0000 (20:37 -0800)
commit11a60b1a77ddd0d5c4fa138d5820dccbbf11c3e1
treef59e1ad480cf0daafb067d6058b93e995340a7b2
parentb7d19fbfef7f067d0ebb2f4bf375bad729711455
Downcase explicit arguments to syntax-check and syntax-match?.

Also replace '(keyword ...) -> '(_ ...) in syntax-check patterns.
34 files changed:
src/compiler/back/asmmac.scm
src/compiler/back/lapgn3.scm
src/compiler/base/macros.scm
src/compiler/machines/i386/insmac.scm
src/compiler/machines/svm/assembler-compiler.scm
src/compiler/machines/svm/machine.scm
src/compiler/machines/x86-64/insmac.scm
src/edwin/clsmac.scm
src/edwin/macros.scm
src/pgsql/pgsql.scm
src/runtime/arith.scm
src/runtime/bytevector.scm
src/runtime/debug.scm
src/runtime/defstr.scm
src/runtime/generic-io.scm
src/runtime/host-adapter.scm
src/runtime/http-syntax.scm
src/runtime/mit-macros.scm
src/runtime/mit-syntax.scm
src/runtime/pgsql.scm
src/runtime/structure-parser.scm
src/runtime/syntax-check.scm
src/runtime/syntax-declaration.scm
src/runtime/syntax-rules.scm
src/runtime/sysmac.scm
src/runtime/url.scm
src/sos/macros.scm
src/star-parser/matcher.scm
src/star-parser/parser.scm
src/star-parser/shared.scm
src/xml/xhtml.scm
src/xml/xml-struct.scm
src/xml/xpath.scm
tests/runtime/test-syntax-rename.scm