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

    r1efe224 rfa38804  
    2626#include "ram.h"
    2727
    28 /*
    29 
    30 */
    31 
    3228/*
    3329   =============================================================================
     
    6763        return(rc);
    6864}
    69 
    70 /*
    71 
    72 */
    7365
    7466/*
     
    115107}
    116108
    117 /*
    118 
    119 */
    120 
    121109/*
    122110   =============================================================================
     
    155143}
    156144
    157 /*
    158 
    159 */
    160 
    161145/*
    162146   =============================================================================
     
    187171#endif
    188172
    189 /*
    190 
    191 */
     173
    192174        DB_CMNT("nedesub - left scan");
    193175
     
    220202                                ep = ep->e_fwd;         /* setup for scan */
    221203                                DB_CMNT("nedesub - NBEG nit - right scan");
    222 /*
    223 
    224 */
     204
    225205                                FOREVER {       /* right scan */
    226206
     
    239219                                                } else
    240220                                                        break;
    241 /*
    242 
    243 */
     221
    244222                                        case EV_NBEG:
    245223
     
    291269}
    292270
    293 /*
    294 
    295 */
    296 
    297271/*
    298272   =============================================================================
     
    338312                return(FAILURE);
    339313        }
    340 /*
    341 
    342 */
     314
    343315#if     DEBUGIT
    344316        if (debugsw)
     
    379351}
    380352
    381 /*
    382 
    383 */
    384 
    385353/*
    386354   =============================================================================
     
    418386
    419387                e_rmv((struct s_entry *)bp);
    420 /*
    421 
    422 */
     388
    423389                /* clip out the note end event */
    424390
     
    479445}
    480446
    481 /*
    482 
    483 */
    484 
    485447/*
    486448   =============================================================================
     
    537499                DB_EXIT("ned_mvb - begin moved");
    538500                return(SUCCESS);
    539 /*
    540 
    541 */
     501
    542502        } else {
    543503
     
    565525}
    566526
    567 /*
    568 
    569 */
    570 
    571527/*
    572528   =============================================================================
     
    649605}
    650606
    651 /*
    652 
    653 */
    654 
    655607/*
    656608   =============================================================================
     
    700652#endif
    701653
    702 /*
    703 
    704 */
     654
    705655        if (gs NE 1) {                  /* must have a single group enabled */
    706656
     
    719669                return;
    720670        }
    721 /*
    722 
    723 */
     671
    724672#if     DEBUGIT
    725673        if (debugsw)
     
    755703                sc_refr(fc_val);        /* refresh screen if successful */
    756704                break;
    757 /*
    758 
    759 */
     705
    760706        case NOP_MVN:           /* Move Note */
    761707
Note: See TracChangeset for help on using the changeset viewer.