haiku/headers/build/gcc-2.95.3
Oliver Tappe 0f21cf0ca0 Define MB_LEN_MAX to 16.
* we follow glibc's example and allow 16 bytes as maximum multibyte
  character length (ICU's data currently shows an actual maximum
  of 8 bytes)
2011-11-22 17:40:45 +01:00
..
README Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
exception Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
float.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
iso646.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
limits.h Define MB_LEN_MAX to 16. 2011-11-22 17:40:45 +01:00
new Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
new.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
proto.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
stdarg.h Preparations for removing __BEOS__ from the compiler defines. 2008-10-23 21:46:26 +00:00
stdbool.h Preparations for removing __BEOS__ from the compiler defines. 2008-10-23 21:46:26 +00:00
stddef.h Preparations for removing __BEOS__ from the compiler defines. 2008-10-23 21:46:26 +00:00
syslimits.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
typeinfo Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-alpha.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-arc.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-c4x.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-clipper.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-h8300.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-i860.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-i960.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-m32r.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-m88k.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-mips.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-mn10200.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-mn10300.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-pa.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-ppc.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-pyr.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-sh.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-sparc.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-spur.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
va-v850.h Second stab at reorganizing standard/gcc headers. This time it not only 2008-03-16 17:21:37 +00:00
varargs.h Preparations for removing __BEOS__ from the compiler defines. 2008-10-23 21:46:26 +00:00

README

This README file is copied into the directory for GCC-only header files
when fixincludes is run by the makefile for GCC.

Many of the files in this directory were made from the standard system
header files of this system by the shell script `fixincludes'.
They are system-specific, and will not work on any other kind of system.
They are also not part of GCC.  The reason for making the files here
is to fix the places in the header files which use constructs
that are incompatible with ANSI C.