Bernhard Roider wrote:
+                       //      do {
+                       //              if (c == '\\') {
+                       //                      // escape the next char
+                       //                      is.get(cc);
+                       //                      c = cc;
+                       //              }
+                       //              buff.push_back(c);
+                       //              is.get(cc);
+                       //              c = cc;
+                       //      } while (c > ' ' && c != ',' && is);
- status = LEX_TOKEN;
-                               continue;
-                       }
+                       //      status = LEX_TOKEN;
+                       //      continue;
+                       //}

By the way, please erase this code if it is not needed any more. Or if it could be needed in the future, please add some comments explaining the context.

Abdel.

Reply via email to