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

    r39a696b rb28a12e  
    99#define DEBUGSP         0
    1010
    11 #include "all.h"
    12 
    13 extern int16_t finddpe(void);
    14 extern int16_t findpte(void);
    15 extern int16_t rd_ec(FILE *fp, int8_t *to, int32_t len);
    16 extern uint16_t dt_alc(void);
    17 extern uint16_t pt_alc(void);
    18 extern void clrlsel(void);
    19 extern void ldermsg(int8_t *p1, int8_t *p2, int8_t *p3, uint16_t p4, uint16_t p5);
    20 extern void ldwmsg(int8_t *line1, int8_t *line2, int8_t *line3, uint16_t fgcolor, uint16_t bgcolor);
    21 extern void voidpb(void);
    22 
    23 #if     (DEBUGRE|DEBUGSP)
    24 extern  short   debugsw;
    25 #endif
    26 
    27 #if     DEBUGRE
    28 extern  short   debugre;
    29 #endif
     11#include "ram.h"
    3012
    3113#if     DEBUGSP
    3214short   debugsp = 1;
    3315#endif
    34 
    35 extern  uint16_t        dpecpos;
    36 extern  uint16_t        dpepred;
    37 extern  uint16_t        dpesucc;
    38 extern  int16_t errno;
    39 extern  int16_t ptecpos;
    40 extern  int16_t ptepred;
    41 extern  int16_t ptesucc;
    42 
    43 extern  struct  patch   ptebuf;
    4416
    4517/*
Note: See TracChangeset for help on using the changeset viewer.