Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / stub-termcap.c
index 722929f741c378e7530dc9cc8f45bf9561bd403f..40c86ee97af7183703084760781561643f63a915 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-2018 Free Software Foundation, Inc.
 
    Contributed by CodeSourcery, LLC.
 
 
 #include "defs.h"
 
-#include <stdlib.h>
-
-#ifdef __cplusplus
 extern "C" {
-#endif
 
 /* -Wmissing-prototypes */
 extern int tgetent (char *buffer, char *termtype);
@@ -36,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.027843 seconds and 4 git commands to generate.