Changes in / [174:2ec3c1bbc687:173:b026e9779b28] in lemon-1.0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/lgf_reader.h
r174 r173 1140 1140 line_num = 0; 1141 1141 readLine(); 1142 skipSection();1143 1142 1144 1143 while (readSuccess()) { 1144 skipSection(); 1145 1145 try { 1146 1146 char c; … … 1179 1179 extra_sections.insert(section); 1180 1180 it->second->process(*_is, line_num); 1181 readLine(); 1182 } else { 1183 readLine(); 1184 skipSection(); 1181 1185 } 1182 readLine();1183 skipSection();1184 1186 } 1185 1187 } catch (DataFormatError& error) { … … 1980 1982 line_num = 0; 1981 1983 readLine(); 1982 skipSection();1983 1984 1984 1985 while (readSuccess()) { 1986 skipSection(); 1985 1987 try { 1986 1988 char c; … … 2019 2021 extra_sections.insert(section); 2020 2022 it->second->process(*_is, line_num); 2023 readLine(); 2024 } else { 2025 readLine(); 2026 skipSection(); 2021 2027 } 2022 readLine();2023 skipSection();2024 2028 } 2025 2029 } catch (DataFormatError& error) {
Note: See TracChangeset
for help on using the changeset viewer.