set svn:eol-style and newlines at eofs

svn: r6275
This commit is contained in:
Eli Barzilay 2007-05-24 18:44:07 +00:00
parent 32749ed29a
commit 3e90bd984f
18 changed files with 20 additions and 22 deletions

View File

@ -170,6 +170,5 @@
[(#%variable-reference . v)
stx]
[id (identifier? #'id)
stx]
[_
(raise-syntax-error 'elim-callcc "Dropped through:" stx)])))
stx]
[_ (raise-syntax-error 'elim-callcc "Dropped through:" stx)])))

View File

@ -189,6 +189,5 @@
[(#%variable-reference . v)
stx]
[id (identifier? #'id)
stx]
[_
(raise-syntax-error 'kerncase "Dropped through:" stx)])))
stx]
[_ (raise-syntax-error 'kerncase "Dropped through:" stx)])))