diff options
author | Roland McGrath <roland@redhat.com> | 1993-06-09 23:16:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-06-09 23:16:28 +0000 |
commit | 6fc0ab541e73fc7c1b62cb302122d4ccdbf608df (patch) | |
tree | 0e8a622f7f8915fca73322519ee264cab116cfbf | |
parent | 5b4a918d26707479ae7825a35f22f6c3b633255b (diff) | |
download | gunmake-6fc0ab541e73fc7c1b62cb302122d4ccdbf608df.tar.gz |
Formerly default.c.~25~
-rw-r--r-- | default.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } } |