Mercurial > hg > xemacs-beta
diff src/emodules.c @ 1811:3fe1a35b705d
[xemacs-hg @ 2003-11-29 22:11:47 by james]
Several module-related cleanups.
author | james |
---|---|
date | Sat, 29 Nov 2003 22:11:49 +0000 |
parents | 7580e52a8218 |
children | 0bcc1e4dfd91 |
line wrap: on
line diff
--- a/src/emodules.c Fri Nov 28 22:50:32 2003 +0000 +++ b/src/emodules.c Sat Nov 29 22:11:49 2003 +0000 @@ -368,8 +368,7 @@ dlhandle = dll_open (foundname); if (dlhandle == NULL) { - signal_error (Qdll_error, "Opening dynamic module", - dll_error (dlhandle)); + signal_error (Qdll_error, "Opening dynamic module", dll_error ()); } ellcc_rev = (const long *)dll_variable (dlhandle, "emodule_compiler");