refactoring: rename create_range_type to create_static_range_type
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index c6943ef775b82b2c4e07063aea717878c031daba..b5fb5640c9a80d590d160e071db531c62205c43d 100644 (file)
@@ -1625,8 +1625,8 @@ extern struct type *lookup_function_type_with_arguments (struct type *,
                                                         int,
                                                         struct type **);
 
-extern struct type *create_range_type (struct type *, struct type *, LONGEST,
-                                      LONGEST);
+extern struct type *create_static_range_type (struct type *, struct type *,
+                                             LONGEST, LONGEST);
 
 extern struct type *create_array_type_with_stride
   (struct type *, struct type *, struct type *, unsigned int);
This page took 0.030155 seconds and 4 git commands to generate.