aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-17 21:47:24 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-03-17 21:47:24 -0400
commit9a970964a505a6996787d396ec6e033fc1a532a4 (patch)
tree7924a1e3cd9c2be294ccfa72d7b6f0e8d9b87c77
parent594d58b6e21854a985bc90f2292a7879d1db186a (diff)
Run with 'use' prefixed
-rw-r--r--tomo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tomo.c b/tomo.c
index b559ecbd..e59ced8b 100644
--- a/tomo.c
+++ b/tomo.c
@@ -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"
);