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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
     8#include "ram.h"
    99
    1010#define CW_0    0x0000
    1111#define CW_F    0xFFFF
    12 
    13 extern  uint16_t        exp_c(uint16_t c);
    14 
    15 extern  int16_t infield(int16_t row, int16_t col, struct fet *fetp);
    16 extern  uint16_t setipl(uint16_t arg);
    17 extern  void andcopy(uint16_t *to, uint16_t *from, uint16_t with, int16_t len);
    18 
    19 extern  int16_t stcrow, stccol;         /* text cursor row,col */
    20 
    21 extern  uint16_t        *obj0;          /* cursor object pointer */
    22 
    23 /*
    24 
    25 */
    2612
    2713static int16_t itcur[] = {
Note: See TracChangeset for help on using the changeset viewer.