From bece54704bb081339a87233bbc5401f2892467be Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 8 May 2010 09:25:32 +0100 Subject: fish: Make 'launch' function static. This commit makes the launch function static and private to 'fish.c', and changes the generator so the function is no longer called for the 'run/launch' command. --- src/generator.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/generator.ml b/src/generator.ml index c01e265b..31ef3130 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -447,7 +447,7 @@ You probably don't want to call this function.")] *) let non_daemon_functions = test_functions @ [ - ("launch", (RErr, []), -1, [FishAlias "run"; FishAction "launch"], + ("launch", (RErr, []), -1, [FishAlias "run"], [], "launch the qemu subprocess", "\ -- cgit