Changeset 2340de6 in buchla-68k for ram/swinit.c


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
  • ram/swinit.c

    r526a993 r2340de6  
    110110int8_t  ebuf[MAXEBUF+1];        /* edit data entry buffer */
    111111int8_t  errbuf[65];             /* error message build area */
    112 int8_t  idbuf[91];              /* display format conversion work area */
     112int8_t  idbuf[65];              /* display format conversion work area */
    113113int8_t  keystat[24];            /* front panel key status */
    114114int8_t  ldcmnt[38];             /* comment field */
Note: See TracChangeset for help on using the changeset viewer.