Changes in src/Common/Eval.cc [0588d8c:5cbacf1]
- File:
-
- 1 edited
-
src/Common/Eval.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Eval.cc
r0588d8c r5cbacf1 90 90 } 91 91 92 std::pair<long long int, bool> eval(const ast::Expr * expr) {93 #warning not implemented94 return { 0, false };95 }96 97 92 // Local Variables: // 98 93 // tab-width: 4 //
Note:
See TracChangeset
for help on using the changeset viewer.