diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-17 21:47:24 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-17 21:47:24 -0400 |
| commit | 9a970964a505a6996787d396ec6e033fc1a532a4 (patch) | |
| tree | 7924a1e3cd9c2be294ccfa72d7b6f0e8d9b87c77 | |
| parent | 594d58b6e21854a985bc90f2292a7879d1db186a (diff) | |
Run with 'use' prefixed
| -rw-r--r-- | tomo.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -137,8 +137,8 @@ int main(int argc, char *argv[]) "(void)argc;\n" "(void)argv;\n" "GC_INIT();\n" - "detect_color();\n" - "use();\n" + "detect_color();\n", + module.module_name, "$use();\n" "return 0;\n" "}\n" ); |
