# HG changeset patch # User Richard M. Stallman # Date 738798148 0 # Node ID b0e1cf2177fc5a324eb69a62a111c53b34342ea8 # Parent b57060b77da76f2ef27edb1f0b2aba30031955d6 (UCHAR): Don't define if _UCHAR_T. diff -r b57060b77da7 -r b0e1cf2177fc src/lisp.h --- 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: */