* Fixed an invalid declaration that prevented compilation on HP-UX.
git-svn-id: svn://svn.zoy.org/elk/trunk@166 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
d03c77372b
commit
8108c9c270
|
@ -177,13 +177,13 @@ void Dlopen_File (char *obj) {
|
|||
static void Load_Lib (Object libs) {
|
||||
char *lib = NULL;
|
||||
Object port, name;
|
||||
GC_Node2;
|
||||
|
||||
if (Nullp (libs))
|
||||
return;
|
||||
|
||||
Load_Lib (Cdr (libs));
|
||||
|
||||
GC_Node2;
|
||||
port = name = Null;
|
||||
GC_Link2 (port, name);
|
||||
|
||||
|
|
Loading…
Reference in New Issue