LSP and LISP are now valid source file extensions

This commit is contained in:
jjgarcia 2005-06-30 17:26:01 +00:00
parent d0ee7cde6b
commit c8ea5f1974

View file

@ -347,6 +347,8 @@ cl_boot(int argc, char **argv)
#endif
CONS(make_constant_string("lsp"), @'si::load-source'),
CONS(make_constant_string("lisp"), @'si::load-source'),
CONS(make_constant_string("LSP"), @'si::load-source'),
CONS(make_constant_string("LISP"), @'si::load-source'),
CONS(Cnil, @'si::load-source'));
ECL_SET(@'si::*load-hooks*', aux);
#ifdef PDE