Add d_main_name to set the logical entry point for D programs.
[deliverable/binutils-gdb.git] / gdb / d-lang.h
index 8834a1d6c0a42ac0ef90640ce03db3b89293654e..9ede338f13c1bbe0fb6114c3980f4cab217f241e 100644 (file)
 
 #include "symtab.h"
 
+/* Defined in d-lang.c  */
+
+extern const char *d_main_name (void);
+
 extern char *d_demangle (const char *mangled, int options);
 
 extern void d_val_print (struct type *type, const gdb_byte *valaddr,
This page took 0.044727 seconds and 4 git commands to generate.