aboutsummaryrefslogtreecommitdiff
path: root/gdb/jv-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/jv-lang.h')
-rw-r--r--gdb/jv-lang.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/jv-lang.h b/gdb/jv-lang.h
index fb33d3c..9694107 100644
--- a/gdb/jv-lang.h
+++ b/gdb/jv-lang.h
@@ -23,7 +23,7 @@
struct value;
-extern int java_parse (void); /* Defined in jv-exp.y */
+extern int java_parse (void); /* Defined in jv-exp.y */
extern void java_error (char *); /* Defined in jv-exp.y */
@@ -69,8 +69,8 @@ extern struct type *java_lookup_class (char *);
extern int is_object_type (struct type *);
/* Defined in jv-typeprint.c */
-extern void java_print_type (struct type *, const char *, struct ui_file *, int,
- int);
+extern void java_print_type (struct type *, const char *,
+ struct ui_file *, int, int);
extern char *java_demangle_type_signature (char *);