more tabling fixes
use malloc when AllocCodeSpace fails use snprintf when available. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1458 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -749,7 +749,7 @@ p_create_array(void)
|
||||
while (!EndOfPAEntr(pp) &&
|
||||
pp->KindOfPE != ArrayProperty
|
||||
#if THREADS
|
||||
&& pp->owner_id != worker_id
|
||||
&& ((ArrayEntry *)pp)->owner_id != worker_id
|
||||
#endif
|
||||
)
|
||||
pp = RepProp(pp->NextOfPE);
|
||||
|
Reference in New Issue
Block a user