(TAB_WIDTH): New macro; use it instead of "8".
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 06:16:05 +0000 (06:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 06:16:05 +0000 (06:16 +0000)
commit3d3030da664c179fae27ab5859ab6ea3bb4e4de7
tree7a620049d22b3e3e1a3ab5520699a51d28bc1de6
parentc8f4d13551487bb29eebc14df56f40f5b4d6ffaf
(TAB_WIDTH): New macro; use it instead of "8".
(fold_file, main): Use bool for booleans.
(fold_file, main): Use size_t for sizes.
(main): Allow -w options up to SIZE_MAX - TAB_WIDTH - 1, instead
of prohibiting widths greater than INT_MAX.
src/fold.c