comparison src/dll.c @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents 6330739388db
children
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
41 41
42 #include <config.h> 42 #include <config.h>
43 #include "lisp.h" 43 #include "lisp.h"
44 #include "buffer.h" 44 #include "buffer.h"
45 #include "sysdll.h" 45 #include "sysdll.h"
46 #include <errno.h>
47 46
48 DEFUN ("dll-open", Fdll_open, 1, 1, "FShared object: ", /* 47 DEFUN ("dll-open", Fdll_open, 1, 1, "FShared object: ", /*
49 Load LIBRARY as a shared object file. 48 Load LIBRARY as a shared object file.
50 49
51 After the LIBRARY is dynamically linked with the executable, the 50 After the LIBRARY is dynamically linked with the executable, the