aboutsummaryrefslogtreecommitdiff
path: root/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-03 15:04:36 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-03 15:04:36 -0500
commitea7fcd85b40dd943e593d823827be7cdf4a972b0 (patch)
treeca2b6b8157b9d02971610515ddbee99aa1bd3866 /tomo.c
parent5641d0c837985ba7f89d5efdc5e9c1873c403a57 (diff)
Make load method be "use$name"
Diffstat (limited to 'tomo.c')
-rw-r--r--tomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomo.c b/tomo.c
index 5f540bf2..faf83f58 100644
--- a/tomo.c
+++ b/tomo.c
@@ -104,7 +104,7 @@ int main(int argc, char *argv[])
"(void)argv;\n"
"GC_INIT();\n"
"detect_color();\n"
- "$load();\n"
+ "use$", module.module_name, "();\n"
"return 0;\n"
"}\n"
);