(find_char_unquote): Make second arg a string of stop chars instead of a
commite9a3c12db65c90484719965c1fa3457258dbe069
authorroland <roland>
Fri, 10 Mar 1995 20:33:40 +0000 (10 20:33 +0000)
committerroland <roland>
Fri, 10 Mar 1995 20:33:40 +0000 (10 20:33 +0000)
tree561a745f0e7a95e04633014d645b44f1f9d8c993
parent9cee1047ae495f1a27294f725ad76b382ee77506
(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