aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-12-10 07:45:45 +0000
committerRichard M. Stallman1994-12-10 07:45:45 +0000
commit8e0ecd77a503fa6304409d502448273b302e854e (patch)
tree8774dd09064dfa979306771ae28faa050c46e9ba /src
parente29702dd6f8df3e4d0f458b5ded44832ea75c4b1 (diff)
downloademacs-8e0ecd77a503fa6304409d502448273b302e854e.tar.gz
emacs-8e0ecd77a503fa6304409d502448273b302e854e.zip
Change AIX conditional around HFNKEYS to AIXHFT.
Diffstat (limited to 'src')
-rw-r--r--src/systty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systty.h b/src/systty.h
index 7bc1da206b3..ef35435b479 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -118,7 +118,7 @@ static struct sensemode {
118#include <termios.h> 118#include <termios.h>
119#endif 119#endif
120 120
121#ifdef AIX 121#ifdef AIXHFT
122/* Get files for keyboard remapping */ 122/* Get files for keyboard remapping */
123#define HFNKEYS 2 123#define HFNKEYS 2
124#include <sys/hft.h> 124#include <sys/hft.h>