From ddb6d633875b76f9d772af901118233fc498253a Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 6 Oct 2016 19:23:37 +0100 Subject: gdb: Remove some C compiler support leftovers Remove some __cplusplus checks, inline EXPORTED_CONST, and update some comments. gdb/ChangeLog: 2016-10-06 Pedro Alves * cp-valprint.c (vtbl_ptr_name): Write "extern const" instead of EXPORTED_CONST. * stub-termcap.c: Remove __cplusplus checks. * common/common-defs.h [!__cplusplus] (EXTERN_C, EXTERN_C_PUSH, EXTERN_C_POP): Delete. * common/common-exceptions.h (GDB_XCPT_SJMP): Update comments. (GDB_XCPT) [!__cplusplus]: Delete. (throw_exception, throw_exception_sjlj): Update comments. * guile/guile-internal.h (as_a_scm_t_subr) [!__cplusplus]: Delete. * guile/guile.c (extension_language_guile): Write "extern const" instead of EXPORTED_CONST. * features/feature_to_c.sh: Don't emit !__cplusplus code. Write "extern const" instead of EXPORTED_CONST. --- gdb/stub-termcap.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/stub-termcap.c') diff --git a/gdb/stub-termcap.c b/gdb/stub-termcap.c index f382823..ed3e605 100644 --- a/gdb/stub-termcap.c +++ b/gdb/stub-termcap.c @@ -22,9 +22,7 @@ #include "defs.h" -#ifdef __cplusplus extern "C" { -#endif /* -Wmissing-prototypes */ extern int tgetent (char *buffer, char *termtype); @@ -34,9 +32,7 @@ extern char* tgetstr (char *name, char **area); extern int tputs (char *string, int nlines, int (*outfun) (int)); extern char *tgoto (const char *cap, int col, int row); -#ifdef __cplusplus } -#endif /* These globals below are global termcap variables that readline references. -- cgit v1.1