diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 9664097878..554f09d8e7 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2009-12-02 Ralf Corsépius + + * shttpd/def.h: Use __m32c__ for m32c. + 2009-12-02 Ralf Corsépius * shttpd/def.h: Shrink default URI_MAX to 32767. diff --git a/cpukit/shttpd/defs.h b/cpukit/shttpd/defs.h index 6956ebe113..593dd8bbd0 100644 --- a/cpukit/shttpd/defs.h +++ b/cpukit/shttpd/defs.h @@ -40,7 +40,7 @@ # if defined(__AVR__) /* FIXME: 1500 is sufficient to avoid compilation breakdown. */ # define URI_MAX (32767-1500) -# elif defined(__M32C__) +# elif defined(__m32c__) /* FIXME: 1500 is sufficient to avoid compilation breakdown. */ # define URI_MAX (32767-1500) # else