File: revert.diff

package info (click to toggle)
readline 8.3-4
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 9,776 kB
  • sloc: ansic: 30,409; sh: 6,600; perl: 4,105; makefile: 1,856
file content (18 lines) | stat: -rw-r--r-- 596 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/terminal.c
+++ b/terminal.c
@@ -102,15 +102,6 @@ static char *term_string_buffer = (char
 
 static int tcap_initialized;
 
-/* Systems for which PC/BC/UP are defined in the curses library and need an
-   extern definition here. */
-#if !defined (__linux__) && !defined (__gnu_hurd__) && !defined (NCURSES_VERSION)
-#  if defined (__EMX__) || defined (NEED_EXTERN_PC)
-extern
-#  endif /* __EMX__ || NEED_EXTERN_PC */
-char PC, *BC, *UP;
-#endif /* !__linux__ && !NCURSES_VERSION */
-
 
 /* Some strings to control terminal actions.  These are output by tputs (). */
 char *_rl_term_clreol;