6.2 fix to load_foreign atom.

This commit is contained in:
Vitor Santos Costa
2012-06-11 22:11:30 +01:00
parent c6ececc21a
commit f6de18cb09
4 changed files with 7 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ typedef struct StringListItem {
typedef struct ForeignLoadItem {
StringList objs;
StringList libs;
char *f;
Atom f;
Term module;
struct ForeignLoadItem *next;
} ForeignObj;