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

    r1efe224 rfa38804  
    2121        {  0,   0,   0,   0,      0, FN_NULL}           /* end of table */
    2222};
    23 
    24 /*
    25 
    26 */
    2723
    2824/*
     
    6460}
    6561
    66 /*
    67 
    68 */
    69 
    7062/*
    7163   =============================================================================
     
    8476                from = i;
    8577        }
    86 /*
    87 
    88 */
     78
    8979        for (i = from; i LE to; i++) {
    9080
     
    129119        }
    130120}
    131 
    132 /*
    133 
    134 */
    135121
    136122/*
     
    162148                        enterit();
    163149                        return(SUCCESS);
    164 /*
    165 
    166 */
     150
    167151                case 1:                 /* transpose and copy -- start */
    168152
     
    211195
    212196                        return(SUCCESS);
    213 /*
    214 
    215 */
     197
    216198                case 4:                 /* increment -- from */
    217199
     
    245227
    246228                        return(SUCCESS);
    247 /*
    248 
    249 */
     229
    250230                case 6:                 /* interpolate -- from */
    251231
     
    282262
    283263                return(FAILURE);
    284 /*
    285 
    286 */
     264
    287265        case 6:                         /* command, value, table # */
    288266
     
    314292                        twins();
    315293                        return(SUCCESS);
    316 /*
    317 
    318 */
     294
    319295                case 18:                        /* data entry */
    320296                case 24:
     
    343319                return(FAILURE);
    344320
    345 /*
    346 
    347 */
     321
    348322        case 7:         /* tuning table name */
    349323
Note: See TracChangeset for help on using the changeset viewer.