[gdb/symtab] Make gold index workaround more precise
[deliverable/binutils-gdb.git] / gdb / stub-termcap.c
index 2ee1c04469fdafae38e16e1abc5a4554e5f53132..3f868b4b2f9b5797736fbccf17c591772ca28dbd 100644 (file)
@@ -1,6 +1,6 @@
 /* A very minimal do-nothing termcap emulation stub.
 
-   Copyright (C) 2005-2015 Free Software Foundation, Inc.
+   Copyright (C) 2005-2020 Free Software Foundation, Inc.
 
    Contributed by CodeSourcery, LLC.
 
@@ -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.
This page took 0.046791 seconds and 4 git commands to generate.