1999-05-24 Ulrich Drepper <drepper@cygnus.com>
* ctype/ctype.h: Don't optimize toupper/tolower for C++.
+1999-05-24 Ulrich Drepper <drepper@cygnus.com>
+
+ * ctype/ctype.h: Don't optimize toupper/tolower for C++.
+
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
* hurd/set-host.c (_hurd_set_host_config): Use mode 0644, not 0600.
}
#endif
-#if __GNUC__ >= 2 && defined __OPTIMIZE__
+#if __GNUC__ >= 2 && defined __OPTIMIZE__ && !defined __cplusplus
# define __tobody(c, f, a) \
({ int __res; \
if (sizeof (c) > 1) \