expand stack in parser was not processing TR right.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@767 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2003-02-12 13:18:28 +00:00
parent 96a8d96054
commit bf12533e9f
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ Yap_growstack_in_parser(tr_fr_ptr *old_trp, TokEntry **tksp, VarEntry **vep)
AdjustScannerStacks(tksp, vep);
{
tr_fr_ptr nTR;
nTR = TR = PtoTRAdjust(TR);
nTR = TR;
*old_trp = PtoTRAdjust(*old_trp);
TR = *old_trp;
AdjustGrowStack();