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

    r1efe224 rfa38804  
    4848
    4949        lintab = (ac_code EQ N_SHARP) ? lintab1 : lintab2;      /* line table */
    50 
    51 /*
    52 
    53 */
    5450
    5551        for (i = 0; i < 12; i++) {      /* scan the group control table ... */
     
    105101        }
    106102
    107 /*
    108103
    109 */
    110104        for (; i < NGDSEL; i++) {
    111105
     
    159153
    160154                                        slptr += lc;
    161 /*
    162155
    163 */
    164156                                        if (*pxptr++)  /* 218 */
    165157                                                *slptr = (*slptr & mask2) | ncolor;
Note: See TracChangeset for help on using the changeset viewer.