Changeset 411371e in buchla-68k for rom/romp.c


Ignore:
Timestamp:
07/09/2017 10:46:29 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c3aee8a
Parents:
e225e77
Message:

Removed redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rom/romp.c

    re225e77 r411371e  
    127127extern  void    rjumpto(void *addr);
    128128extern  void    halt(void);
    129 extern  int16_t getln(int16_t unit, int16_t nb, int8_t *buf);
    130129extern  void    sjumpto(void *addr, void *stack);
    131130extern  void    trap15(void);
     
    218217extern  void tsetup(void);
    219218
    220 int8_t  hs_mtst[];
     219extern  int8_t  hs_mtst[];
    221220
    222221/*
Note: See TracChangeset for help on using the changeset viewer.