changeset 3324:b0e1cf2177fc

(UCHAR): Don't define if _UCHAR_T.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 May 1993 21:42:28 +0000
parents b57060b77da7
children 4e23ef20e03c
files src/lisp.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Sun May 30 21:41:06 1993 +0000
+++ b/src/lisp.h	Sun May 30 21:42:28 1993 +0000
@@ -565,7 +565,10 @@
 
 /* A character, declared with the following typedef, is a member
    of some character set associated with the current buffer. */
+#ifndef _UCHAR_T  /* Protect against something in ctab.h on AIX.  */
+#define _UCHAR_T
 typedef unsigned char UCHAR;
+#endif
 
 /* Meanings of slots in a Lisp_Compiled:  */