Changeset b28a12e in buchla-68k for ram/sqscan.c


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/sqscan.c

    r39a696b rb28a12e  
    88#define CHEKSTOP        1               /* non-zero to trap to ROMP on error */
    99
    10 #include "all.h"
    11 
    12 extern int16_t waitcr(void);
    13 extern struct s_entry *SEdump(struct s_entry *sep);
    14 extern void SEsnap(void);
    15 extern void xtrap15(void);
     10#include "ram.h"
    1611
    1712#if     CHEKSTOP
    1813int16_t chkstop = TRUE;
    1914#endif
    20 
    21 extern  int16_t notenum, notepit, curgrp, thescore, verbose;
    22 extern  int16_t testing;
    23 extern  int16_t sharp, endflg;
    24 
    25 extern  int32_t curtime, noteon, noteoff, noteval, noteper, nrest;
    26 extern  int32_t dvwork;
    2715
    2816int8_t  *nlist[]  = { "a", "b", "c", "d", "e", "f", "g", NULL };
Note: See TracChangeset for help on using the changeset viewer.