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

    r1efe224 rfa38804  
    1111
    1212#include "ram.h"
    13 
    14 /*
    15 
    16 */
    1713
    1814/*
     
    4339        DB_EXIT("clrnl");
    4440}
    45 
    46 /*
    47 
    48 */
    4941
    5042/*
     
    8072        if (se EQ D_BAK)
    8173                chgsef();
    82 /*
    83 
    84 */
     74
    8575        nn = trg & 0x007F;              /* note number */
    8676
     
    113103                DB_EXIT("ne_end");
    114104                return;
    115 /*
    116 
    117 */
     105
    118106        } else if (nkdown GE 1) {       /* process note entry in step mode */
    119107
     
    160148                                        DB_CMNT("ne_end - no space");
    161149                                }
    162 /*
    163 
    164 */
     150
    165151                                DB_CMNT("ne_end - freeing nevent");
    166152                                nx = nelist->nxt;       /* get next nelist ptr */
     
    197183        DB_EXIT("ne_end");
    198184}
    199 
    200 /*
    201 
    202 */
    203185
    204186/*
     
    256238                        }
    257239                }
    258 /*
    259 
    260 */
     240
    261241                if (E_NULL NE (ep = (struct n_entry *)e_alc(E_SIZE1))) {
    262242
     
    288268}
    289269
    290 /*
    291 
    292 */
    293 
    294270/*
    295271   =============================================================================
     
    311287        vputs(obj8, 5, (g * 5) + 6, buf, SDW11ATR);
    312288}
    313 
    314 /*
    315 
    316 */
    317289
    318290/*
     
    338310        vp  = (vp > 11) ? 0 : vp;               /* ... (adjust into range) */
    339311
    340 /*
    341 
    342 */
    343 
    344312        DB_CMNT("asgvce - search unassgined");
    345313
Note: See TracChangeset for help on using the changeset viewer.