From a1633455898347dd973ba99e0db0c06c8a3fb752 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 7 Nov 2015 12:58:58 -0800 Subject: 2387 - edit/ passing except that final undo layer --- 057static_dispatch.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to '057static_dispatch.cc') diff --git a/057static_dispatch.cc b/057static_dispatch.cc index 0d687385..b8b663e2 100644 --- a/057static_dispatch.cc +++ b/057static_dispatch.cc @@ -19,6 +19,8 @@ recipe test a:number, b:number -> z:number [ :(before "End Globals") map > Recipe_variants; +:(before "End One-time Setup") +put(Recipe_variants, "main", vector()); // since we manually added main to Recipe_ordinal :(before "End Setup") for (map >::iterator p = Recipe_variants.begin(); p != Recipe_variants.end(); ++p) { for (long long int i = 0; i < SIZE(p->second); ++i) { -- cgit 1.4.1-2-gfad0