]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Gratuitous simplification of commasep_string functions.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 17 May 2015 22:14:57 +0000 (23:14 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 17 May 2015 22:15:08 +0000 (23:15 +0100)
commit63d7365ae6d1be6facaabad6ecc80cf6650f5d6d
tree51d8d052a444d3b274827d23bcb4b5604f3ee57c
parent454fe4fdf730f0dc45b5005d108ec2e1d4a523ed
Gratuitous simplification of commasep_string functions.

in_commasep_string() is now implemented in terms of
first_in_commasep_string(), memchr(), and tail recursion.
ssh.c