error "foo" instead of undefined.

This commit is contained in:
Kazu Yamamoto 2012-02-27 11:03:27 +09:00
parent e875778b49
commit e795b35502

View File

@ -159,7 +159,7 @@
(insert fn)
(dotimes (i arity)
(insert " _"))
(insert " = undefined\n")))))
(insert " = error \"" fn "\"")))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;