gravatar
deba@inf.elte.hu
deba@inf.elte.hu
Clarifying the usage of skipSection
0 1 0
default
1 file changed with 6 insertions and 10 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -1141,5 +1141,5 @@
1141 1141
      readLine();
1142
      skipSection();
1142 1143

	
1143 1144
      while (readSuccess()) {
1144
	skipSection();
1145 1145
	try {
... ...
@@ -1180,7 +1180,5 @@
1180 1180
	      it->second->process(*_is, line_num);
1181
	      readLine();
1182
	    } else {
1183
	      readLine();
1184
	      skipSection();
1185 1181
	    }
1182
	    readLine();
1183
	    skipSection();
1186 1184
	  }
... ...
@@ -1983,5 +1981,5 @@
1983 1981
      readLine();
1982
      skipSection();
1984 1983

	
1985 1984
      while (readSuccess()) {
1986
	skipSection();
1987 1985
	try {
... ...
@@ -2022,7 +2020,5 @@
2022 2020
	      it->second->process(*_is, line_num);
2023
	      readLine();
2024
	    } else {
2025
	      readLine();
2026
	      skipSection();
2027 2021
	    }
2022
	    readLine();
2023
	    skipSection();
2028 2024
	  }
0 comments (0 inline)