Tailor the linebreaking algorithm.
[gnulib.git] / lib / ftell.c
index e586fdb..1abf494 100644 (file)
 /* Get off_t.  */
 #include <unistd.h>
 
-/* Some systems, like OSF/1 4.0 and Woe32, don't have EOVERFLOW.  */
-#ifndef EOVERFLOW
-# define EOVERFLOW E2BIG
-#endif
-
 long
 ftell (FILE *fp)
 {