summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-11-10 20:36:42 +0000
committerRoland McGrath <roland@redhat.com>1992-11-10 20:36:42 +0000
commit1efb91cda66601f8345724353f03057457b747c9 (patch)
tree4ff1fe7bfd1101be98a373080f2ed80914fb0522 /default.c
parent3d72bcb5834dc68761ba60144c977983f4d4029d (diff)
downloadgunmake-1efb91cda66601f8345724353f03057457b747c9.tar.gz
Formerly default.c.~18~
Diffstat (limited to 'default.c')
-rw-r--r--default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.c b/default.c
index ddf8c4a..f2d65fe 100644
--- a/default.c
+++ b/default.c
@@ -298,7 +298,7 @@ set_default_suffixes ()
{
char *p = default_suffixes;
suffix_file->deps = (struct dep *)
- multi_glob (parse_file_seq (&p, '\0', sizeof (struct dep), 1),
+ multi_glob (parse_file_seq (&p, '\0', sizeof (struct dep)),
sizeof (struct dep));
(void) define_variable ("SUFFIXES", 8, default_suffixes, o_default, 0);
}