commit | 186bf1defcd67eb633eded5685864ce1fa36fdff | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon May 07 23:10:16 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon May 07 23:10:16 2001 +0000 |
tree | 01324734c757fcccb90765f2a0fe1bf82fd35f13 | |
parent | de0ca0cd9ee677a1d465039e30235d0fe63e5558 [diff] |
This is Vladimir's update to last_char_is(). Since 'char *' is the least common denominator, I modified it to use that (not const), which will minimize the need for casting elsewhere.