diff options
Diffstat (limited to 'src/vim9type.c')
-rw-r--r-- | src/vim9type.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vim9type.c b/src/vim9type.c index 6ea362cb7..3ff0762d4 100644 --- a/src/vim9type.c +++ b/src/vim9type.c @@ -853,7 +853,7 @@ parse_type(char_u **arg, garray_T *type_gap, int give_error) /* * Check if "type1" and "type2" are exactly the same. */ - static int + int equal_type(type_T *type1, type_T *type2) { int i; |