From ee5abed3cda095115d5afb72c860819d9369fc45 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 31 Mar 2025 04:22:52 -0600 Subject: measurestack: Split into several files --- build-aux/stack.c.gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/stack.c.gen') 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() -- cgit v1.2.3-2-g168b