summaryrefslogtreecommitdiffstats
path: root/cpukit/shttpd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-12-02 11:42:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-12-02 11:42:15 +0000
commitb50e48bc1606a0fe1a097fb17ce9936aec91871d (patch)
treef1d58d9b327d62f84d2a50aa03b8139a703bc3e4 /cpukit/shttpd
parentWhitespace removal. (diff)
downloadrtems-b50e48bc1606a0fe1a097fb17ce9936aec91871d.tar.bz2
2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/def.h: Use __m32c__ for m32c.
Diffstat (limited to 'cpukit/shttpd')
-rw-r--r--cpukit/shttpd/defs.h2
1 files changed, 1 insertions, 1 deletions
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