Commit 8e0bcac8 by Gabriel Dos Reis Committed by Gabriel Dos Reis

* include/bits/std_limits.h: Fix thinko.

From-SVN: r44901
parent 095bb276
2001-08-14 Gabriel Dos Reis <gdr@codesourcery.com>
* include/bits/std_limits.h: Fix thinko.
2001-08-14 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am: Consolidate target rules. Don't clean stamp
......
......@@ -77,7 +77,7 @@
#ifndef __glibcpp_char_bits
#define __glibcpp_char_bits 8
#endif
#ifndef __CHAR_UNSIGNED__
#ifdef __CHAR_UNSIGNED__
#define __glibcpp_plain_char_is_signed false
#else
#define __glibcpp_plain_char_is_signed true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment