comparison src/terminfo.c @ 493:610e4ba94a4d

[xemacs-hg @ 2001-04-30 10:13:09 by martinb] Port to gcc 3.0
author martinb
date Mon, 30 Apr 2001 10:13:10 +0000
parents abe6d1db359e
children 04bc9d2f42c7
comparison
equal deleted inserted replaced
492:3ad16aecab9f 493:610e4ba94a4d
21 /* Synched up with: FSF 19.30. */ 21 /* Synched up with: FSF 19.30. */
22 22
23 #include <config.h> 23 #include <config.h>
24 24
25 #include <string.h> 25 #include <string.h>
26
27 /* Define these variables that serve as global parameters to termcap,
28 so that we do not need to conditionalize the places in Emacs
29 that set them. */
30
31 char *UP, *BC, PC;
32 26
33 /* Every little bit of this God-damned file has caused all manner 27 /* Every little bit of this God-damned file has caused all manner
34 of headaches due to inconsistent and incorrect header files 28 of headaches due to inconsistent and incorrect header files
35 on one system or other, and we don't currently need anything here, 29 on one system or other, and we don't currently need anything here,
36 so just comment the whole damn lot out!!! */ 30 so just comment the whole damn lot out!!! */