Changeset fa38804 in buchla-68k for vlib/vobjfns.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
  • vlib/vobjfns.c

    r1efe224 rfa38804  
    3434*/
    3535
    36 /*
    37 
    38 */
    39 
    4036/*
    4137        VIint() is located in viint.s but is mentioned here for completeness
     
    6056uint16_t        vi_ctl;         /* object unblank control bits */
    6157
    62 /*
    63 
    64 */
    65 
    6658/*
    6759   =============================================================================
     
    8678                vbank(op->obank & 3);
    8779}
    88 
    89 /*
    90 
    91 */
    9280
    9381/*
     
    128116        setipl(0);                              /* enable VI interrupt */
    129117}
    130 
    131 /*
    132 
    133 */
    134118
    135119/*
     
    161145        op->obank = bank & 3;
    162146
    163 /*
    164 
    165 */
     147
    166148        if (type) {     /* character objects */
    167149
     
    194176                        wsize = wsize + (wsize << 1);
    195177
    196 /*
    197 
    198 */
     178
    199179        } else {        /* bitmap objects */
    200180
     
    228208        SetPri(obj, pri);
    229209}
    230 
    231 /*
    232 
    233 */
    234210
    235211/*
Note: See TracChangeset for help on using the changeset viewer.