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

    r39a696b rb28a12e  
    88#undef  DEBUGGER
    99
    10 #include "all.h"
    11 
    12 /* variables defined elsewhere */
    13 
    14 extern  uint16_t        *saddr;         /* score object base address */
    15 
    16 extern  int16_t         ndisp;          /* current display number */
    17 extern  int16_t         sd;             /* scroll direction flag */
    18 extern  int16_t         soffset;        /* score object scroll offset */
    19 
    20 extern  int16_t         gtctab[];       /* group to color table */
    21 extern  int16_t         lintab1[];      /* note top line table - N_SHARP */
    22 extern  int16_t         lintab2[];      /* note top line table - N_FLAT */
    23 extern  int16_t         nbmasks[];      /* pixel mask table for slices */
    24 extern  int16_t         nttab1[];       /* gdsel code transition table - fwd */
    25 extern  int16_t         nttab2[];       /* gdsel code transition table - bak */
    26 
    27 extern  uint16_t        pxtbl[][4];     /* pixel mask table - notes */
    28 extern  uint16_t        epxtbl[][16];   /* pixel mask table - events */
    29 
    30 extern  struct  gdsel   *gdfsep;        /* gdsel freechain pointer */
    31 
    32 extern  struct  gdsel   *gdstbc[];      /* group status list heads */
    33 
    34 /*
    35 
    36 */
     10#include "ram.h"
    3711
    3812/*
Note: See TracChangeset for help on using the changeset viewer.