6.2 fix to load_foreign atom.
This commit is contained in:
@@ -92,7 +92,7 @@ typedef struct StringListItem {
|
||||
typedef struct ForeignLoadItem {
|
||||
StringList objs;
|
||||
StringList libs;
|
||||
char *f;
|
||||
Atom f;
|
||||
Term module;
|
||||
struct ForeignLoadItem *next;
|
||||
} ForeignObj;
|
||||
|
Reference in New Issue
Block a user