Mercurial > hg > xemacs-beta
annotate src/s/osf1.h @ 4703:6dfca4f26f53
Register any CCL programs used by fixed-width coding-systems.
src/ChangeLog addition:
2009-09-30 Aidan Kehoe <kehoea@parhasard.net>
* mule-coding.c (fixed_width_putprop):
Register any CCL programs, avoiding crashes described by Robert
Delius Royar. Though it's unclear why, I'll try to investigate
once I'm on a 32-bit Unix machine regularly again.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 30 Sep 2009 12:48:21 +0100 |
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 |