ext/rbs_extension/constants.c in rbs-3.4.4 vs ext/rbs_extension/constants.c in rbs-3.5.0.pre.1
- old
+ new
@@ -59,10 +59,11 @@
VALUE RBS_Types_Block;
VALUE RBS_Types_ClassInstance;
VALUE RBS_Types_ClassSingleton;
VALUE RBS_Types_Function_Param;
VALUE RBS_Types_Function;
+VALUE RBS_Types_UntypedFunction;
VALUE RBS_Types_Interface;
VALUE RBS_Types_Intersection;
VALUE RBS_Types_Literal;
VALUE RBS_Types_Optional;
VALUE RBS_Types_Proc;
@@ -136,9 +137,10 @@
IMPORT_CONSTANT(RBS_Types_Bases_Void, RBS_Types_Bases, "Void");
IMPORT_CONSTANT(RBS_Types_Block, RBS_Types, "Block");
IMPORT_CONSTANT(RBS_Types_ClassInstance, RBS_Types, "ClassInstance");
IMPORT_CONSTANT(RBS_Types_ClassSingleton, RBS_Types, "ClassSingleton");
IMPORT_CONSTANT(RBS_Types_Function, RBS_Types, "Function");
+ IMPORT_CONSTANT(RBS_Types_UntypedFunction, RBS_Types, "UntypedFunction");
IMPORT_CONSTANT(RBS_Types_Function_Param, RBS_Types_Function, "Param");
IMPORT_CONSTANT(RBS_Types_Interface, RBS_Types, "Interface");
IMPORT_CONSTANT(RBS_Types_Intersection, RBS_Types, "Intersection");
IMPORT_CONSTANT(RBS_Types_Literal, RBS_Types, "Literal");
IMPORT_CONSTANT(RBS_Types_Optional, RBS_Types, "Optional");