Mercurial > hg > xemacs-beta
comparison src/emodules.c @ 1381:20547bbdcf1e
[xemacs-hg @ 2003-03-25 23:09:53 by james]
Add .dylib to the set of acceptable shared library extensions.
author | james |
---|---|
date | Tue, 25 Mar 2003 23:09:56 +0000 |
parents | 25e260cb7994 |
children | 64eaceca611d |
comparison
equal
deleted
inserted
replaced
1380:f1eb3b6f975b | 1381:20547bbdcf1e |
---|---|
632 Used internally by `unload-feature'. Do not set this variable. | 632 Used internally by `unload-feature'. Do not set this variable. |
633 Danger, danger, Will Robinson! | 633 Danger, danger, Will Robinson! |
634 */); | 634 */); |
635 | 635 |
636 /* #### Export this to Lisp */ | 636 /* #### Export this to Lisp */ |
637 Vmodule_extensions = list3 (build_string (".ell"), | 637 Vmodule_extensions = list4 (build_string (".ell"), |
638 build_string (".so"), | 638 build_string (".so"), |
639 build_string (".dll")); | 639 build_string (".dll"), |
640 build_string (".dylib")); | |
640 staticpro (&Vmodule_extensions); | 641 staticpro (&Vmodule_extensions); |
641 | 642 |
642 load_modules_quietly = 0; | 643 load_modules_quietly = 0; |
643 Vmodule_load_path = Qnil; | 644 Vmodule_load_path = Qnil; |
644 Fprovide (intern ("modules")); | 645 Fprovide (intern ("modules")); |