Skip to content

Commit

Permalink
Minor changes; FRE(str) returns differently; uses some boxcar calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 8, 1998
1 parent 1c6b207 commit 9211be0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BASIClib/EnvrFunctions.c
Expand Up @@ -151,7 +151,7 @@ int vbii_fre(STATEPARAMS, int arg)
else if (arg == -2) /* return available stack space. */
/* !!! */ ;
else /* return string space. */
/* !!! */ ;
retVal = vbiS_fre(STATEARGS, NULL);

return(retVal);
} /* vbii_fre */
Expand All @@ -166,7 +166,8 @@ int vbiS_fre(STATEPARAMS, PBasicString strExp)
* returns : see above.
*/
{
return(0); /* !!! */
__memForceFullBoxcarRelease(STATEARGS);
return(65767); /* !!! */
} /* vbiS_fre */


Expand Down

0 comments on commit 9211be0

Please sign in to comment.