Changeset d9f0ed4 for libcfa


Ignore:
Timestamp:
Feb 11, 2019, 8:08:29 AM (5 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:
aac99da
Parents:
015dc50
Message:

formatting

File:
1 edited

Legend:

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

    r015dc50 rd9f0ed4  
    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.