From 1205a7c9fe483dedad5818c8eef99ed8dc96f829 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 17 Jun 2009 22:01:18 +0000 Subject: Changed the H8300 to lower case. --- cpukit/libmisc/shell/hexdump-odsyntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libmisc/shell/hexdump-odsyntax.c') diff --git a/cpukit/libmisc/shell/hexdump-odsyntax.c b/cpukit/libmisc/shell/hexdump-odsyntax.c index cd9683c61d..30d5b7f345 100644 --- a/cpukit/libmisc/shell/hexdump-odsyntax.c +++ b/cpukit/libmisc/shell/hexdump-odsyntax.c @@ -353,7 +353,7 @@ odformatfp(rtems_shell_hexdump_globals* globals, char fchar __unused, const char case sizeof(float): digits = FLT_DIG; break; -#if !defined(__AVR__) && !defined(__H8300__) +#if !defined(__AVR__) && !defined(__h8300__) case sizeof(double): digits = DBL_DIG; break; -- cgit v1.2.3