View | Details | Raw Unified | Return to bug 2913
Collapse All | Expand All

(-)autoconf-2.57/lib/autoconf/headers.m4.vns2 (+1 lines)
Lines 588-593 Link Here
588
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
588
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
589
  AC_RUN_IFELSE([AC_LANG_SOURCE(
589
  AC_RUN_IFELSE([AC_LANG_SOURCE(
590
[[#include <ctype.h>
590
[[#include <ctype.h>
591
#include <stdlib.h>
591
#if ((' ' & 0x0FF) == 0x020)
592
#if ((' ' & 0x0FF) == 0x020)
592
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
593
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
593
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
594
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))

Return to bug 2913