X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/efae42a671ed553b5fd9967204aab11516010074..52162d1b8ec7ea5dcce0d37e4e5a4a02da37de1d:/str.c diff --git a/str.c b/str.c index 711ccf7..9b5fc63 100644 --- a/str.c +++ b/str.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: str.c,v 1.4 2000/10/08 09:43:34 mdw Exp $ + * $Id: str.c,v 1.5 2000/10/08 09:50:11 mdw Exp $ * * Functions for hacking with strings * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: str.c,v $ + * Revision 1.5 2000/10/08 09:50:11 mdw + * (str_qword): Remove redundant definition of @STRF_QUOTE@. + * * Revision 1.4 2000/10/08 09:43:34 mdw * New quoted string handling and simple pattern matching. * @@ -68,8 +71,6 @@ * single and double quotes protect whitespace. */ -#define STRF_QUOTE 1u - char *str_qword(char **pp, unsigned f) { char *p = *pp, *q, *qq;