|
|
| version 1.118.2.3, 2003/09/23 13:53:04 | version 1.118.2.4, 2003/09/23 14:00:53 |
|---|---|
| Line 510 StringBody String::cstr_to_string_body(L | Line 510 StringBody String::cstr_to_string_body(L |
| body.set_pos(info.pos, 0); | body.set_pos(info.pos, 0); |
| info.fragment_begin=0; | info.fragment_begin=0; |
| info.whitespace=true; | info.whitespace=true; |
| langs.for_each(body, cstr_to_string_body_block, &info); | if(!is_empty()) |
| langs.for_each(body, cstr_to_string_body_block, &info); | |
| return StringBody(CORD_ec_to_cord(info.result)); | return StringBody(CORD_ec_to_cord(info.result)); |
| } | } |