Changeset b28a12e in buchla-68k for misc/proto.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
  • misc/proto.c

    r39a696b rb28a12e  
    1 #include "all.h"
    2 
    3 int8_t ac_code;
    4 int16_t errno;
    5 int16_t timers[NTIMERS];
     1#include "ram.h"
     2
     3int8_t          ac_code;
     4int16_t         errno;
     5int16_t         timers[NTIMERS];
     6int16_t         fp_resv[];
     7int8_t          VerDate[];
     8uint16_t        vi_scrl;
     9uint16_t        vi_sadr;
     10
     11int8_t          end;
     12int8_t          edata;
     13int8_t          etext;
     14int32_t         p_dlen;
     15
     16int8_t          *S1IoRec;
     17int8_t          *S2IoRec;
     18int8_t          *M1IoRec;
     19int8_t          *M2IoRec;
     20
     21void            (*foot1)(int16_t stat);
     22void            (*foot2)(int16_t stat);
     23void            (*pulse1)(void);
     24void            (*pulse2)(void);
     25
     26int32_t         crshrg[16];
     27int16_t         wzcrsh;
     28int16_t         *crshpc;
     29int16_t         *crshsp;
     30int16_t         *crshus;
     31int16_t         crshst[16];
     32uint16_t        crshsr;
     33int8_t          crshvc[4];
     34
     35int32_t         uldivr;
    636
    737// ---------- vvv ---------- wdfield.c
    838
     39#if 0
     40
    941void updfpu(void)
    1042{
     
    5486{
    5587}
     88
     89#endif
    5690
    5791// ---------- ^^^ ---------- wdfield.c
Note: See TracChangeset for help on using the changeset viewer.