Ignore:
Timestamp:
05/22/15 04:15:14 (9 years ago)
Author:
sz
Message:

Moving frams/virtfile to common/virtfile:

  • file references updated (includes, makefile)
  • common/virtfile can no longer use the Framsticks specific SString (using std::string instead)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/vm/framscript.y

    r375 r382  
    526526                   trstack.adjust(+1);
    527527                   }
    528            trctx.tmp=0;
     528           trctx.tmp="";
    529529           trctx.divertOut();
    530530           //trctx.out->printf("# expr#3\n");
     
    535535           if (!$7.constant) { trctx.out->printf("inc m0\n"); trstack.adjust(+1); }
    536536           trctx.restoreOut();
    537            $$.setString(trctx.tmp);
     537           $$.setString(trctx.tmp.c_str());
    538538           //trctx.out->printf("# pseudoblok_statement pos=%d\n",trstack.currentPos());
    539539           }
Note: See TracChangeset for help on using the changeset viewer.