]> git.ipfire.org Git - thirdparty/make.git/commit
* src/rule.c (get_rule_defn): Don't use STRING_SIZE_TUPLE in mempcpy
authorPaul Smith <psmith@gnu.org>
Sun, 23 Oct 2022 18:00:08 +0000 (14:00 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 23 Oct 2022 22:41:50 +0000 (18:41 -0400)
commit6f8da5f4b86a679143d6f6b99e8cfcc1f19a0593
treec828543c20203b01688fa2138b5b8c2a815330fd
parentc46b5a9e0e06678052d4561401eea96d2f677d05
* src/rule.c (get_rule_defn): Don't use STRING_SIZE_TUPLE in mempcpy

If mempcpy() is a macro then STRING_SIZE_TUPLE won't compile.
src/makeint.h
src/rule.c