(find_char_unquote): Make second arg a string of stop chars instead of a
authorRoland McGrath <roland@redhat.com>
Fri, 10 Mar 1995 20:33:40 +0000 (20:33 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 10 Mar 1995 20:33:40 +0000 (20:33 +0000)
commit13d0eeb8e5406f03f4b5269cfdccd2ac2c81f1c5
treef5525b9976c7fca32ccb0f790fe102667c0297db
parentd9f063656b0b3f2f4da4b67471314478b27b4373
(find_char_unquote): Make second arg a string of stop chars instead of a
single stop char.  Stop when any char in the string is hit.
All callers changed.
(find_semicolon): Pass stop chars "#;" to one find_char_unquote call,
instead of using two calls.  If the match is not a ; but a #, return zero.
read.c