Change command stats reporting to use class
[deliverable/binutils-gdb.git] / gdb / stub-termcap.c
index f38282316e0d0b04561311cca952ef7c93f40c58..ed3e605e117274081c77f311cd3a9a45dbbfaa39 100644 (file)
@@ -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.035201 seconds and 4 git commands to generate.