]> 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:40:58 +0000 (23:40 -0500)
committerKevin Day <kevin@kevux.org>
Fri, 31 Mar 2023 04:52:36 +0000 (23:52 -0500)
commit7c4a045ea303e570abb7119a7ecde0a10180aebf
tree71e0c39cc52e74a97fae20b24d7d0411a4cc6f6b
parentf007398012586075431db08d388fc244b521c96d
Bugfix: When specifying a specific section name, do not care if there is no "main" section.

When I implemented the feature represented by commit 25671e39d0a275b4a14b1db6612ae46d497c38c7, 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/private-make-load_fakefile.c
level_3/fake/c/private-make-operate.c