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

    r526a993 r2340de6  
    88
    99#include "stdint.h"
     10
     11#define CM_MXSTR        257     /* maximum parser string result length */
    1012
    1113/*
     
    2325extern  int32_t         QQnum;
    2426extern  int8_t          *QQop;
    25 extern  int8_t          QQstr[257];
     27extern  int8_t          QQstr[CM_MXSTR];
    2628extern  int16_t         QQsw;
    2729
Note: See TracChangeset for help on using the changeset viewer.