-#ifdef EOVERFLOW
- // if the error is not due to not having enough space (it could be e.g.
- // EILSEQ), break too -- we'd just eat all available memory uselessly
- if ( errno != EOVERFLOW )
- {
- // no sense in continuing
- break;
- }
-#endif // EOVERFLOW
-