chiark / gitweb /
(crc-mktab): now requires str.c.
[mLib] / str.c
diff --git a/str.c b/str.c
index 711ccf789f68b6c88e917a8f1b89bbb2f7847a9f..9b5fc63cde88641de2b238f099fd3603a678ce28 100644 (file)
--- 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;