From 99bd3b947f0553bc71831dc34c82546353f3a821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 19 Jan 2021 21:41:22 +0100 Subject: [PATCH] SupportDefs.h: remove the unichar type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit irssi uses the unichar typename with a different type. Change-Id: I2ee9dcf685f4832dd1b3c7d68f4686d69de50fb7 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3656 Reviewed-by: waddlesplash Reviewed-by: Fredrik Holmqvist Reviewed-by: Jérôme Duval --- headers/os/support/SupportDefs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/headers/os/support/SupportDefs.h b/headers/os/support/SupportDefs.h index f2533bb89e..64f9303325 100644 --- a/headers/os/support/SupportDefs.h +++ b/headers/os/support/SupportDefs.h @@ -47,7 +47,6 @@ typedef volatile unsigned short vushort; typedef volatile unsigned char vuchar; typedef unsigned char uchar; -typedef unsigned short unichar; /* descriptive types */ typedef int32 status_t;