Changeset f9b0bd in git for Singular/fevoices.cc


Ignore:
Timestamp:
Jul 28, 2016, 11:55:04 AM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
7b03761efc366bdaf44e4ac64daa8ae01254efc5e20ddd2f0d01da7ec5ab00e4404f601d29910ba5
Parents:
7b9b8e5baba86b2ea7dc3d91652cd2ae491db203
Message:
chg: Print -> PrintS, PrintLn if possible
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/fevoices.cc

    r7b9b8e5 rf9b0bd  
    106106  p->prev=currentVoice;
    107107  currentVoice=p;
    108   //Print("Next:");
     108  //PrintS("Next:");
    109109}
    110110
     
    158158  yylineno=currentVoice->start_lineno;
    159159  //Voice *p=currentVoice;
    160   //Print("-----------------\ncurr:");
     160  //PrintS("-----------------\ncurr:");
    161161  //do
    162162  //{
     
    165165  //}
    166166  //while (p!=NULL);
    167   //Print("----------------\n");
     167  //PrintS("----------------\n");
    168168  return FALSE;
    169169}
     
    225225  //printf("start buffer typ %d\n",t);
    226226  //Voice *p=currentVoice;
    227   //Print("-----------------\ncurr:");
     227  //PrintS("-----------------\ncurr:");
    228228  //do
    229229  //{
     
    232232  //}
    233233  //while (p!=NULL);
    234   //Print("----------------\n");
     234  //PrintS("----------------\n");
    235235}
    236236
     
    244244  //  typ,BT_name[typ], currentVoice);
    245245  //Voice *p=currentVoice;
    246   //Print("-----------------\ncurr:");
     246  //PrintS("-----------------\ncurr:");
    247247  //do
    248248  //{
     
    251251  //}
    252252  //while (p!=NULL);
    253   //Print("----------------\n");
     253  //PrintS("----------------\n");
    254254  if (typ == BT_break)  // valid inside for, while. may skip if, else
    255255  {
     
    350350  //{
    351351  //Voice *p=currentVoice;
    352   //Print("-----------------\ncurr:");
     352  //PrintS("-----------------\ncurr:");
    353353  //do
    354354  //{
     
    357357  //}
    358358  //while (p!=NULL);
    359   //Print("----------------\n");
     359  //PrintS("----------------\n");
    360360  //}
    361361  if (currentVoice!=NULL)
Note: See TracChangeset for help on using the changeset viewer.