* defs.h (is_cplus_marker, set_demangling_style): Moved to ...
[deliverable/binutils-gdb.git] / gdb / defs.h
index d0b6813e2a97439ef753ff9c93ef745da51ad9e3..b5bc6c5fd4de2f785a2e212993763af94451e3bb 100644 (file)
@@ -149,9 +149,6 @@ typedef bfd_vma CORE_ADDR;
 
 #include "ptid.h"
 
-/* Check if a character is one of the commonly used C++ marker characters.  */
-extern int is_cplus_marker (int);
-
 /* Enable xdb commands if set.  */
 extern int xdb_commands;
 
@@ -442,10 +439,6 @@ extern struct cleanup *make_bpstat_clear_actions_cleanup (void);
 
 extern int producer_is_gcc_ge_4 (const char *producer);
 
-/* From demangle.c */
-
-extern void set_demangling_style (char *);
-
 \f
 /* Annotation stuff.  */
 
This page took 0.026653 seconds and 4 git commands to generate.