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

index 38597b3e636c9dbcac1fc503e707d8f9ffd69683..bd51b420a0b1bf919945b8d2835313884efdc4cd 100644 (file)
--- a/default.c
+++ b/default.c
@@ -305,8 +305,8 @@ set_default_suffixes ()
     {
       char *p = default_suffixes;
       suffix_file->deps = (struct dep *)
-       multi_glob (parse_file_seq (&p, '\0', sizeof (struct dep)),
-                   sizeof (struct dep), 1);
+       multi_glob (parse_file_seq (&p, '\0', sizeof (struct dep), 1),
+                   sizeof (struct dep));
       (void) define_variable ("SUFFIXES", 8, default_suffixes, o_default, 0);
     }
 }