diff src/lisp.h @ 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 df018689853e
children a9b1e2a5523b
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:  */