Changes in src/GenPoly/Box.cc [ca35c51:c2ad3c9]
- File:
-
- 1 edited
-
src/GenPoly/Box.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cc
rca35c51 rc2ad3c9 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Wed Jun 29 21:43:03201613 // Update Count : 29 611 // Last Modified By : Rob Schluntz 12 // Last Modified On : Fri May 13 14:51:21 2016 13 // Update Count : 295 14 14 // 15 15 … … 2294 2294 // all union members are at offset zero 2295 2295 delete offsetofExpr; 2296 return new ConstantExpr( Constant( new BasicType( Type::Qualifiers(), BasicType::LongUnsignedInt ), "0") );2296 return new ConstantExpr( Constant( new BasicType( Type::Qualifiers(), BasicType::LongUnsignedInt ), std::string("0") ) ); 2297 2297 } else return offsetofExpr; 2298 2298 }
Note:
See TracChangeset
for help on using the changeset viewer.