]> Kevux Git Server - fll/commit
Bugfix: When specifying a specific section name, do not care if there is no "main...
authorKevin Day <kevin@kevux.org>
Fri, 31 Mar 2023 04:55:36 +0000 (23:55 -0500)
committerKevin Day <kevin@kevux.org>
Fri, 31 Mar 2023 04:55:36 +0000 (23:55 -0500)
commitf54a2384f021e6ff409c90d825f6e310bd6003bb
tree2720ebe6d010150fb59493efdc6fc1dce0d1b8b6
parentbc8fa349ca210c0557c2eaeb7d57dc417dda59f1
Bugfix: When specifying a specific section name, do not care if there is no "main" section.

When I implemented the feature represented by commit 6c05c66f50719c9edaa36dea75669e03cd558ee4, I apparently forgot to handle this case.

This program correctly errors when there is no "main" section.
When specifically asking to run a named section rather than the default "main", who cares if there is no "main"?
Based on that logic the lack of a "main" section should not be an error.
level_3/fake/c/main/make/load_fakefile.c
level_3/fake/c/main/make/operate.c