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

    r1efe224 rfa38804  
    5454        "Brth/LP",      /* 13 */
    5555};
    56 
    57 /*
    58 
    59 */
    6056
    6157struct curpak id_flds = {
     
    8480};
    8581
    86 /*
    87 
    88 */
    89 
    9082/*
    9183   =============================================================================
     
    110102                modinst();
    111103}
    112 /*
    113 
    114 */
    115104
    116105/*
     
    165154
    166155                imflag = TRUE;
    167 /*
    168 
    169 */
     156
    170157        } else {                /* just moving the cursor */
    171158
     
    179166}
    180167
    181 /*
    182 
    183 */
    184 
    185168/*
    186169   =============================================================================
     
    216199
    217200                vtcxupd();
    218 /*
    219 
    220 */
     201
    221202        } else if (pntsv) {             /* see if we're moving a point */
    222203
     
    253234                        break;
    254235
    255 /*
    256 
    257 */
     236
    258237                case 2:         /* interior point */
    259238
     
    299278}
    300279
    301 /*
    302 
    303 */
    304 
    305280/*
    306281   =============================================================================
     
    338313                                        modinst();
    339314                                        return(SUCCESS);
    340 /*
    341 
    342 */
     315
    343316                                } else if (k EQ 9) {    /* + = new point */
    344317
     
    372345
    373346                                }
    374 /*
    375 
    376 */
     347
    377348                        } else if (hitbox < 12 ) {      /* label window */
    378349
     
    401372}
    402373
    403 /*
    404 
    405 */
    406 
    407374/*
    408375   =============================================================================
     
    448415                                dswin(13);
    449416                                modinst();
    450 /*
    451 
    452 */
     417
    453418                        } else if ((stccol EQ 15) OR (stccol EQ 16)) {
    454419
     
    480445}
    481446
    482 /*
    483 
    484 */
    485 
    486447/*
    487448   =============================================================================
Note: See TracChangeset for help on using the changeset viewer.