]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly function.c.~27~
authorRoland McGrath <roland@redhat.com>
Wed, 9 Jun 1993 23:16:25 +0000 (23:16 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 9 Jun 1993 23:16:25 +0000 (23:16 +0000)
function.c

index 76fb73d10c379421a332f8bd6a7a4aca69c95251..51092039b3139e8bd17ad872a27f294eee63f2d0 100644 (file)
@@ -1152,12 +1152,13 @@ string_glob (line)
   register struct nameseq *chain;
   register unsigned int idx;
 
-  chain = multi_glob (parse_file_seq (&line, '\0', sizeof (struct nameseq), 0),
-                     sizeof (struct nameseq),
-                     /* We do not want parse_file_seq to strip `./'s.
-                        That would break examples like:
-                          $(patsubst ./%.c,obj/%.o,$(wildcard ./*.c))  */
-                     0);
+  chain = multi_glob (parse_file_seq
+                     (&line, '\0', sizeof (struct nameseq),
+                      /* We do not want parse_file_seq to strip `./'s.
+                         That would break examples like:
+                         $(patsubst ./%.c,obj/%.o,$(wildcard ./*.c)).  */
+                      0),
+                     sizeof (struct nameseq));
 
   if (result == 0)
     {