diff --git a/THANKS b/THANKS index 2649a2a9a..cdab8403f 100644 --- a/THANKS +++ b/THANKS @@ -56,6 +56,7 @@ For fixes or providing information which led to a fix: Sven Hartrumpf Eric Hanchrow Judy Hawkins + Jon Herron Sam Hocevar Patrick Horgan Ales Hvezda diff --git a/module/language/tree-il/compile-glil.scm b/module/language/tree-il/compile-glil.scm index b45423a3c..4d5e29b64 100644 --- a/module/language/tree-il/compile-glil.scm +++ b/module/language/tree-il/compile-glil.scm @@ -123,7 +123,7 @@ (make-struct . make-struct) ;; hack for javascript - ((return . 1) return) + ((return . 1) . return) ((bytevector-u8-ref . 2) . bv-u8-ref) ((bytevector-u8-set! . 3) . bv-u8-set)