chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
efae42a
)
(str_qword): Remove redundant definition of @STRF_QUOTE@.
author
mdw
<mdw>
Sun, 8 Oct 2000 09:50:11 +0000
(09:50 +0000)
committer
mdw
<mdw>
Sun, 8 Oct 2000 09:50:11 +0000
(09:50 +0000)
str.c
patch
|
blob
|
blame
|
history
diff --git
a/str.c
b/str.c
index 711ccf789f68b6c88e917a8f1b89bbb2f7847a9f..9b5fc63cde88641de2b238f099fd3603a678ce28 100644
(file)
--- a/
str.c
+++ b/
str.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-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
*
*
* Functions for hacking with strings
*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: str.c,v $
/*----- 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.
*
* 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.
*/
* single and double quotes protect whitespace.
*/
-#define STRF_QUOTE 1u
-
char *str_qword(char **pp, unsigned f)
{
char *p = *pp, *q, *qq;
char *str_qword(char **pp, unsigned f)
{
char *p = *pp, *q, *qq;