Ignore:
Timestamp:
Jun 21, 2023, 9:45:26 PM (16 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
fe0b94f
Parents:
3bf9d10 (diff), f02f546 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/array-container/dimexpr-match.hfa

    r3bf9d10 r6065281f  
    145145#define EXPAND_AND_QUOTE(str) QUOTE(str)
    146146#define TRY_COMPAT_E EXPAND_AND_QUOTE(TRY_COMPAT(__L__,__R__))
    147 
    148 // Temporary: CFA is classic by default
    149 #if defined CFA_IS_PREVIEW && defined CFA_IS_CLASSIC
    150 #error Must not define both CFA_IS_CLASSIC, CFA_IS_PREVIEW
    151 #endif
    152 #if ! defined CFA_IS_PREVIEW && ! defined CFA_IS_CLASSIC
    153 #define CFA_IS_CLASSIC
    154 #endif
    155147
    156148#if ! defined __cforall
Note: See TracChangeset for help on using the changeset viewer.