summaryrefslogtreecommitdiff
path: root/build-aux/stack.c.gen
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-31 04:22:52 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-31 04:26:10 -0600
commitee5abed3cda095115d5afb72c860819d9369fc45 (patch)
tree90e70afee34f5ce1714393d37063b3c17cbf3ad6 /build-aux/stack.c.gen
parentf5d598b06cd6cfdcfa1f89819a843b2b462e7a1c (diff)
measurestack: Split into several files
Diffstat (limited to 'build-aux/stack.c.gen')
-rwxr-xr-xbuild-aux/stack.c.gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/stack.c.gen b/build-aux/stack.c.gen
index e91b2db..713630a 100755
--- a/build-aux/stack.c.gen
+++ b/build-aux/stack.c.gen
@@ -11,4 +11,4 @@ sys.path.insert(0, os.path.normpath(os.path.join(__file__, "..")))
import measurestack # pylint: disable=wrong-import-position
if __name__ == "__main__":
- measurestack.argmain()
+ measurestack.main()