Changes in src/Parser/ExpressionNode.cc [6e3eaa57:9a705dc8]
- File:
-
- 1 edited
-
src/Parser/ExpressionNode.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ExpressionNode.cc
r6e3eaa57 r9a705dc8 10 10 // Created On : Sat May 16 13:17:07 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jun 4 21:24:45201813 // Update Count : 80 212 // Last Modified On : Thu Mar 22 11:57:39 2018 13 // Update Count : 801 14 14 // 15 15 … … 314 314 315 315 Expression * build_constantStr( string & str ) { 316 assert( str.length() > 0 );317 316 string units; // units 318 317 sepString( str, units, '"' ); // separate constant from units
Note:
See TracChangeset
for help on using the changeset viewer.