small bug fixes and documentation for extra C-functions.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@42 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2001-05-24 15:26:41 +00:00
parent bc16c57f0a
commit 593f7ee64f
4 changed files with 106 additions and 21 deletions

View File

@@ -2430,7 +2430,7 @@ RestoreEntries(PropEntry *pp)
break;
case ArrayProperty:
{
ArrayEntry *ae = (ArrayEntry *)ae;
ArrayEntry *ae = (ArrayEntry *)pp;
if (ae->ArrayEArity < 0) {
restore_static_array((StaticArrayEntry *)ae);
} else {