i386: Align branches within a fixed boundary
[deliverable/binutils-gdb.git] / gdb / stub-termcap.c
index 722929f741c378e7530dc9cc8f45bf9561bd403f..d7a05338b402a2a8317cf8e1a2ced0f2f7bc0924 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-2019 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.027595 seconds and 4 git commands to generate.