OSDN Git Service

* expr.c (expand_expr): Use gen_int_mode for the argument
[pf3gnuchains/gcc-fork.git] / gcc / cpphash.h
index 75f6bc5..07880bd 100644 (file)
@@ -29,7 +29,9 @@ struct directive;             /* Deliberately incomplete.  */
 struct pending_option;
 struct op;
 
+#ifndef HAVE_UCHAR
 typedef unsigned char uchar;
+#endif
 #define U (const uchar *)  /* Intended use: U"string" */
 
 #define BITS_PER_CPPCHAR_T (CHAR_BIT * sizeof (cppchar_t))