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

    r1efe224 rfa38804  
    1414short   debugsp = 1;
    1515#endif
    16 
    17 /*
    18 
    19 */
    2016
    2117/*
     
    6864                stmptr[stim] = ptecpos;
    6965        }
    70 /*
    71 
    72 */
     66
    7367        /* put patch in STM chain */
    7468
     
    10498                }
    10599        }
    106 /*
    107 
    108 */
     100
    109101        /* update DEF table */
    110102
     
    146138                defptr[np] = dpecpos;
    147139        }
    148 /*
    149 
    150 */
     140
    151141        if (dpepred) {
    152142
     
    182172}
    183173
    184 /*
    185 
    186 */
    187 
    188174/*
    189175   =============================================================================
     
    217203                LD_EMCF, LD_EMCB);
    218204}
    219 
    220 /*
    221 
    222 */
    223205
    224206/*
     
    261243                if (rd_ec(fp, &ptebuf.defnum, 4L))      /* DEF and STM */
    262244                        return(FAILURE);
    263 /*
    264 
    265 */
     245
    266246                switch (cb) {
    267247
     
    288268                        break;
    289269
    290 /*
    291 
    292 */
     270
    293271                case PA_LED:
    294272
     
    317295
    318296                        break;
    319 /*
    320 
    321 */
     297
    322298                case PA_RSET:
    323299                case PA_RADD:
     
    361337
    362338                        break;
    363 /*
    364 
    365 */
     339
    366340                case PA_LEVL:
    367341                case PA_FILT:
     
    406380
    407381                        break;
    408 /*
    409 
    410 */
     382
    411383                default:
    412384
Note: See TracChangeset for help on using the changeset viewer.