PR python/15620, PR python/18620 - breakpoint events in Python
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index 61302a36da9c43d639436c86faf351b0d86336de..2cb418d4310ef3dbbf8c89476e60e170413d8525 100644 (file)
@@ -567,7 +567,8 @@ c_value_print (struct value *val, struct ui_file *stream,
               const struct value_print_options *options)
 {
   struct type *type, *real_type, *val_type;
-  int full, top, using_enc;
+  int full, using_enc;
+  LONGEST top;
   struct value_print_options opts = *options;
 
   opts.deref_ref = 1;
This page took 0.024951 seconds and 4 git commands to generate.