Mercurial > hg > xemacs-beta
annotate src/s/osf1.h @ 4454:1f0aa40cafe0
Small improvements in disp-table.el, mule/cyril-util.el.
2008-05-11 Aidan Kehoe <kehoea@parhasard.net>
* disp-table.el (make-display-table):
[...] Also, I previously said #xFF when I meant
?\xFF; correct this.
* mule/cyril-util.el (standard-display-cyrillic-translit):
Make the selection of the default language more sensible; change
the API a little to make a sensible default Cyrillic language
available, checking current-language-environment.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 11 May 2008 12:03:07 +0200 |
parents | 3ecd8885ac67 |
children |
rev | line source |
---|---|
428 | 1 /* Synched up with: FSF 19.31. */ |
2 | |
3 #include "bsd4-3.h" | |
4 | |
5 /* Identify OSF1 for the m- files. */ | |
6 | |
7 #define OSF1 | |
8 | |
9 /* Define _BSD to tell the include files we're running under | |
10 the BSD universe and not the SYSV universe. */ | |
11 | |
12 #define C_SWITCH_SYSTEM "-D_BSD" | |
13 #define LIBS_SYSTEM "-lbsd" | |
14 | |
15 #define INTERRUPTIBLE_OPEN | |
16 #define INTERRUPTIBLE_CLOSE | |
17 #define INTERRUPTIBLE_IO | |
18 | |
19 /* If your system uses COFF (Common Object File Format) then define the | |
20 preprocessor symbol "COFF". */ | |
21 | |
22 #define COFF |