Changeset fa38804 in buchla-68k for ram/seccpy.c


Ignore:
Timestamp:
07/14/2017 04:18:35 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ace9ee7
Parents:
1efe224
Message:

Removed form-feed comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/seccpy.c

    r1efe224 rfa38804  
    6464        }
    6565
    66 /*
    67 
    68 */
     66
    6967        /* make a time adjusted copy of the section */
    7068
     
    9997        return(SUCCESS);
    10098}
    101 
    102 /*
    103 
    104 */
    10599
    106100/*
     
    148142        }
    149143
    150 /*
    151 
    152 */
     144
    153145        /* make a time adjusted copy of the section */
    154146
     
    179171        return(SUCCESS);
    180172}
    181 
    182 /*
    183 
    184 */
    185173
    186174/*
     
    266254}
    267255
    268 /*
    269 
    270 */
    271 
    272256/*
    273257   =============================================================================
     
    315299        }
    316300
    317 /*
    318 
    319 */
     301
    320302        lp = ep_adj(p_cur, 0, t_cur);   /* get left move point */
    321303        cp = p_send->e_fwd;             /* get adjustment point */
     
    349331        }
    350332
    351 /*
    352 
    353 */
     333
    354334#if     DEBUGIT
    355335        if (debugsw)
     
    426406        rp->e_bak = p_send;
    427407
    428 /*
    429 
    430 */
     408
    431409        /* derelativize the moved section and put headers back on hplist */
    432410
     
    468446        return(SUCCESS);
    469447}
    470 
    471 /*
    472 
    473 */
    474448
    475449/*
     
    514488#endif
    515489
    516 /*
    517 
    518 */
     490
    519491        /* clip out the section and close up the hole */
    520492
     
    579551}
    580552
    581 /*
    582 
    583 */
    584 
    585553/*
    586554   =============================================================================
     
    618586#endif
    619587
    620 /*
    621 
    622 */
     588
    623589        /* delete note events for record enabled groups */
    624590
     
    655621}
    656622
    657 /*
    658 
    659 */
    660 
    661623/*
    662624   =============================================================================
     
    694656#endif
    695657
    696 /*
    697 
    698 */
     658
    699659        /* delete non-note events for record enabled groups */
    700660
Note: See TracChangeset for help on using the changeset viewer.