Changeset d9f0ed4 for libcfa/prelude/prelude-gen.cc
- Timestamp:
- Feb 11, 2019, 8:08:29 AM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/prelude-gen.cc
r015dc50 rd9f0ed4 153 153 cout << "signed int ?==?( one_t, one_t ), ?!=?( one_t, one_t );" << endl; 154 154 cout << "signed int ?==?( _Bool, _Bool ), ?!=?( _Bool, _Bool );" << endl; 155 cout << "signed int 155 cout << "signed int !?( _Bool );" << endl; 156 156 157 157 for (auto op : arithmeticOperators) { … … 386 386 cout << endl; 387 387 } 388
Note: See TracChangeset
for help on using the changeset viewer.