Make parameters const where appropriate.
authorJim Meyering <jim@meyering.net>
Sun, 24 Mar 1996 17:50:09 +0000 (17:50 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 24 Mar 1996 17:50:09 +0000 (17:50 +0000)
commit236c02759b918769c9a22e38c8ee5c9d797fc640
tree11323e90dc1094b129cbe37aad1ac4c8397b392e
parent777948e773de4f9c0866f5228a97c56104e84605
Make parameters const where appropriate.
Rename global FROM to START.
(print_numbers): Rewrite loops to avoid incrementing.  Instead,
use `x = first + i * increment' paradigm.  Otherwise, with inexact
increment, you could miss the last value.
src/seq.c