diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-09 16:05:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-09 16:05:36 +0000 |
commit | 442a6ce1a322dbf6cfed5f396338af6731598b80 (patch) | |
tree | ce0adfb6057c4bbbd50c4c67ef1cf8e342ed09f6 /config/missing | |
parent | a7edd79025e7a2432c657d94f01a442c54f5d2b1 (diff) | |
download | coreutils-442a6ce1a322dbf6cfed5f396338af6731598b80.tar.xz |
Use `bool' (not int) as the type for a few
global variables.
(collapse_escapes): Rewrite to set globals rather than modifying
its parameter.
Use size_t (not int) for all counters and related index variables.
(paste_parallel): Remove needless complexity of
using xrealloc in the loop; just allocate the buffers up front.
Free the two temporary buffers.
Move declarations of locals `down' into scope where used.
(paste_serial): Remove `register' attributes.
(main): Simplify delim-related code.
Free `delims', now that it's malloc'd.
Diffstat (limited to 'config/missing')
0 files changed, 0 insertions, 0 deletions