Changeset 2340de6 in buchla-68k for libcio/fsinit.x


Ignore:
Timestamp:
07/10/2017 09:06:56 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
4aa78b2
Parents:
526a993
Message:

Keep macros in external declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fsinit.x

    r526a993 r2340de6  
    1919*/
    2020
    21 extern  FILE            Cbuffs[11];
    22 extern  int32_t         Stdbuf[8][256];
     21extern  FILE            Cbuffs[NSTREAMS];
     22extern  int32_t         Stdbuf[MAXDFILE][BUFSIZL];
    2323extern  int8_t          *Stdbufs;
    24 extern  int8_t          Wrkbuf[512];
     24extern  int8_t          Wrkbuf[BPSEC];
    2525extern  int16_t         _b_sect;
    2626extern  int16_t         _b_side;
     
    2828extern  int16_t         _b_trak;
    2929extern  int16_t         _b_tsec;
    30 extern  struct  fcb     _fcbtab[8];
    31 extern  struct  channel chantab[11];
     30extern  struct  fcb     _fcbtab[MAXDFILE];
     31extern  struct  channel chantab[MAXCHAN];
    3232
    3333/*
Note: See TracChangeset for help on using the changeset viewer.