]> Kevux Git Server - fll/commit
Update: Move main data into the data make structure.
authorKevin Day <thekevinday@gmail.com>
Thu, 23 Dec 2021 04:58:47 +0000 (22:58 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 23 Dec 2021 04:58:47 +0000 (22:58 -0600)
commitd75eede648353a9563ce7bd695bc5fa67194e0b1
tree1109dc61391febbbf6b74ceddbf36f71849b1048
parent2d6dc239e7348d8b6ebd35f3bade54b9a1ad3556
Update: Move main data into the data make structure.

The goal here is to reduce the number arguments passed to functions in a consistent manner.
This has a downside of having another pointer and the costs of dereferencing it for each access.

Rename the "main" property to "id_main" to be clearer as well as to not conflict with the new "main" property that points to the main data.

Remove a stale header that has no associated function implemented.
level_3/fake/c/private-common.h
level_3/fake/c/private-make-load_fakefile.c
level_3/fake/c/private-make-load_fakefile.h
level_3/fake/c/private-make-load_parameters.c
level_3/fake/c/private-make-load_parameters.h
level_3/fake/c/private-make-operate-type.c
level_3/fake/c/private-make-operate-type.h
level_3/fake/c/private-make-operate.c
level_3/fake/c/private-make-operate.h
level_3/fake/c/private-make.c
level_3/fake/c/private-make.h