diff options
Diffstat (limited to 'gdb/gnu-v2-abi.c')
-rw-r--r-- | gdb/gnu-v2-abi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-v2-abi.c b/gdb/gnu-v2-abi.c index 45b8bb6..466ae6c 100644 --- a/gdb/gnu-v2-abi.c +++ b/gdb/gnu-v2-abi.c @@ -29,7 +29,7 @@ #include "cp-support.h" #include <ctype.h> -struct cp_abi_ops gnu_v2_abi_ops; +static cp_abi_ops gnu_v2_abi_ops; static int vb_match (struct type *, int, struct type *); |