From 1c19a815c1e67875f95ecb6e0353ebff42cfec6a Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 27 Jun 2016 21:08:33 -0700 Subject: [PATCH] modern.out: add more arities --- core/modern/out/out.factor | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/modern/out/out.factor b/core/modern/out/out.factor index dc37602b1b..7936d8adfe 100644 --- a/core/modern/out/out.factor +++ b/core/modern/out/out.factor @@ -41,6 +41,7 @@ CONSTANT: janky-arities H{ `CYCLES 1 -- `MIXIN 1 -- `SLOT 1 -- + `SLOT-CONSTRUCTOR 1 -- `MAIN 1 -- `SPECIALIZED-ARRAY 1 -- `SPECIALIZED-VECTOR 1 -- @@ -51,6 +52,14 @@ CONSTANT: janky-arities H{ `DESTRUCTOR 1 -- `COMPONENT 1 -- `FRAMEWORK 1 -- + `REGISTER 1 -- + `FORWARD-ANALYSIS 1 -- + `BACKWARD-ANALYSIS 1 -- + `VECTORED-STRUCT 1 -- + `IMPORT 1 -- + `GIR 1 -- + `PIXEL-FORMAT-ATTRIBUTE-TABLE 1 -- + `TEST 1 -- `ALIAS 2 -- `ARITY 2 --