Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff AnimationMaster.c @ 290:c63b498d0a00
Fixed post-merge issues -- renames and includes..
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Thu, 05 Sep 2013 18:49:48 -0700 |
| parents | 744b5ff9851e |
| children |
line diff
1.1 --- a/AnimationMaster.c Thu Sep 05 18:08:14 2013 -0700 1.2 +++ b/AnimationMaster.c Thu Sep 05 18:49:48 2013 -0700 1.3 @@ -316,7 +316,7 @@ 1.4 (*req->createHdlr)(req->langReq, slave, PR_int__give_lang_env(protoLangEnv) ); 1.5 protoMetaTask = PR_int__give_prolog_of_lang_meta_task( task ); 1.6 protoMetaTask->ID = req->ID; //may be NULL 1.7 - protoMetaTask->topLevelFn = req->topLevelFn; 1.8 + protoMetaTask->topLevelFn = req->birthFnPtr; 1.9 protoMetaTask->initData = req->initData; 1.10 protoMetaTask->processTaskIsIn = process; 1.11
