Changeset 2340de6 in buchla-68k for ram/instdsp.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
  • ram/instdsp.x

    r526a993 r2340de6  
    77#pragma once
    88
     9#include "midas.h"
    910#include "stdint.h"
    1011
     
    1516*/
    1617
    17 extern  int16_t         fnoff[13];
     18extern  int16_t         fnoff[NFINST];
    1819extern  int16_t         idbox[][8];
    1920extern  int8_t          *idbxlbl[];
Note: See TracChangeset for help on using the changeset viewer.