diff options
author | Roland McGrath <roland@redhat.com> | 1992-11-10 20:36:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-11-10 20:36:42 +0000 |
commit | 1efb91cda66601f8345724353f03057457b747c9 (patch) | |
tree | 4ff1fe7bfd1101be98a373080f2ed80914fb0522 | |
parent | 3d72bcb5834dc68761ba60144c977983f4d4029d (diff) | |
download | gunmake-1efb91cda66601f8345724353f03057457b747c9.tar.gz |
Formerly default.c.~18~
-rw-r--r-- | default.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |