Changeset fa38804 in buchla-68k for ram/chksec.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/chksec.c

    r1efe224 rfa38804  
    3939};
    4040
    41 /*
    42 
    43 */
    44 
    4541int8_t  cmgtags[N_ETYPES] = {   /* score event group sensitivity tags */
    4642
     
    7268};
    7369
    74 /*
    75 
    76 */
    77 
    7870int8_t  cmgtype[N_ETYPES] = {   /* score event group types for copy / merge */
    7971
     
    10597};
    10698
    107 /*
    108 
    109 */
    110 
    11199int16_t ehdlist[N_ETYPES] = {           /* hplist update type table */
    112100
     
    138126};
    139127
    140 /*
    141 
    142 */
    143 
    144128/*
    145129   =============================================================================
     
    184168}
    185169
    186 /*
    187 
    188 */
    189 
    190170/*
    191171   =============================================================================
     
    229209}
    230210
    231 /*
    232 
    233 */
    234 
    235211/*
    236212   =============================================================================
     
    263239}
    264240
    265 /*
    266 
    267 */
    268 
    269241/*
    270242   =============================================================================
     
    298270        t_sbgn = p_sbgn->e_time;                /* save section start time */
    299271
    300 /*
    301 
    302 */
     272
    303273        /* find section end by scanning hplist */
    304274
     
    335305        return(0);
    336306}
    337 
    338 /*
    339 
    340 */
    341307
    342308/*
     
    384350}
    385351
    386 /*
    387 
    388 */
    389 
    390352/*
    391353   =============================================================================
     
    412374        DB_EXIT("edelta");
    413375}
    414 
    415 /*
    416 
    417 */
    418376
    419377/*
     
    447405        sat = sbp->e_time - btime;      /* get section adjust time */
    448406        sbp = sbp->e_fwd;               /* advance to first event to copy */
    449 
    450 /*
    451 
    452 */
    453407
    454408        /* copy up to section end */
     
    512466                        }
    513467
    514 /*
    515 
    516 */
     468
    517469                        if (ep) {       /* if copy started */
    518470
     
    548500}
    549501
    550 /*
    551 
    552 */
    553 
    554502/*
    555503   =============================================================================
Note: See TracChangeset for help on using the changeset viewer.