Ignore:
Timestamp:
Feb 14, 2019, 10:23:51 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
fba51ab
Parents:
6d01d89 (diff), e15853c (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:

fix conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude/prelude-gen.cc

    r6d01d89 r85d44c6  
    3434#if defined(__i386__) || defined(__ia64__) || defined(__x86_64__)
    3535        { "__float80"             , true , true , },
    36         { "_Float128"             , true , true , },
     36        { "__float128"            , true , true , },
    3737#endif
    3838};
     
    153153        cout << "signed int ?==?( one_t, one_t ),                                                       ?!=?( one_t, one_t );" << endl;
    154154        cout << "signed int ?==?( _Bool, _Bool ),                                                       ?!=?( _Bool, _Bool );" << endl;
    155         cout << "signed int     !?( _Bool );" << endl;
     155        cout << "signed int !?( _Bool );" << endl;
    156156
    157157        for (auto op : arithmeticOperators) {
     
    386386        cout << endl;
    387387}
    388 
Note: See TracChangeset for help on using the changeset viewer.