jsc repotrted else spelled wrong
This commit is contained in:
parent
49c350a807
commit
6f951db725
|
@ -198,7 +198,7 @@
|
||||||
(else-var (and (any? (lambda (clause)
|
(else-var (and (any? (lambda (clause)
|
||||||
(c (car clause) %else))
|
(c (car clause) %else))
|
||||||
clauses)
|
clauses)
|
||||||
(r 'elss)))
|
(r 'else)))
|
||||||
|
|
||||||
;; We compile all of the regexp patterns into regexp
|
;; We compile all of the regexp patterns into regexp
|
||||||
;; data structures outside the AWK loop. So we need to
|
;; data structures outside the AWK loop. So we need to
|
||||||
|
|
Loading…
Reference in New Issue