diff options
Diffstat (limited to 'gdb/language.h')
-rw-r--r-- | gdb/language.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/language.h b/gdb/language.h index 0d54fba..7e5c838 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -305,6 +305,9 @@ set_language PARAMS ((enum language)); (to produce e.g. %08x or %lx). */ extern char * +local_decimal_format_custom PARAMS ((char *)); /* language.c */ + +extern char * local_octal_format_custom PARAMS ((char *)); /* language.c */ extern char * |