diff options
| author | Karl Heuer | 1995-12-21 17:18:37 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-12-21 17:18:37 +0000 |
| commit | 80e203c4f0eb717899ad1df113b913a9f4c0ef92 (patch) | |
| tree | 90fda508c79947e3cd3d3bc9f6cf02dc37bdf493 /src | |
| parent | 14d46a14007e97f24b2865d4502ee1db4a534f1e (diff) | |
| download | emacs-80e203c4f0eb717899ad1df113b913a9f4c0ef92.tar.gz emacs-80e203c4f0eb717899ad1df113b913a9f4c0ef92.zip | |
(X11R5_INHIBIT_I18N): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/aix3-2-5.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/aix3-2-5.h b/src/s/aix3-2-5.h index 046db83c64c..7791e7023e5 100644 --- a/src/s/aix3-2-5.h +++ b/src/s/aix3-2-5.h | |||
| @@ -23,3 +23,6 @@ | |||
| 23 | #undef sigsetmask | 23 | #undef sigsetmask |
| 24 | #undef _setjmp | 24 | #undef _setjmp |
| 25 | #undef _longjmp | 25 | #undef _longjmp |
| 26 | |||
| 27 | /* The character-composition stuff is broken in X11R5. */ | ||
| 28 | #define X11R5_INHIBIT_I18N | ||