Author: vitek
Date: Fri Jun 6 21:20:01 2008
New Revision: 664277
URL: http://svn.apache.org/viewvc?rev=664277&view=rev
Log:
2008-06-08 Travis Vitek <[EMAIL PROTECTED]>
* etc/config/src/headers.inc: Revert unintentional
change from r664271.
Modified:
stdcxx/branches/4.3.x/etc/config/src/headers.inc
Modified: stdcxx/branches/4.3.x/etc/config/src/headers.inc
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/etc/config/src/headers.inc?rev=664277&r1=664276&r2=664277&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/etc/config/src/headers.inc (original)
+++ stdcxx/branches/4.3.x/etc/config/src/headers.inc Fri Jun 6 21:20:01 2008
@@ -21,8 +21,10 @@
##############################################################################
# list of headers
-hdrs="assert ctype errno float iso646 limits locale math setjmp signal \
- stdarg stddef stdio stdlib string time wchar wctype new typeinfo"
+hdrs="assert complex ctype errno fenv float inttypes iso646 limits locale \
+ math setjmp signal stdarg stdbool stddef stdio stdint stdlib string \
+ tgmath time uchar wchar wctype new typeinfo"
+
hdrs="$hdrs ieeefp.h pthread.h"