This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
error en la documentacion...
- To: gcc at gcc dot gnu dot org
- Subject: error en la documentacion...
- From: Andres Felipe Vargas <avargas at teletulua dot com dot co>
- Date: Sun, 21 Jan 2001 15:27:24 -0500
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Existe un error en la documentacion del pre-procesador
cuando se da un ejemplo de la macro standar del
sistema __GNUC_PATCHLEVEL__
Aparece:
(( __GNUC__ > 2 ) || ( __GNUC__ == 2 && __GNUC_MINOR__
> 6 ) || ( __GNUC__ == 2 && __GNUC_MINOR__ == 6 && __GNU_PATCHLEVEL__
> 3))
Y debe ser :
(( __GNUC__ > 2 ) || ( __GNUC__ == 2 && __GNUC_MINOR__
> 6 ) || ( __GNUC__ == 2 && __GNUC_MINOR__ == 6 && __GNU_PATCHLEVEL__
> 2))
Porque sino solo compilaria en caso de ser GCC 2.6.4 o
mayor y no GCC 2.6.3 que es una version que incorpora
la solucion al problema de la version 2.6.2
- --
- -----------------------------------------------
) | (
| ' ' '| Andres Felipe Vargas Valencia
| O O | Programador de Computadores
| / | Tulua (V) - Colombia
| ` |
\`-´ / avargas@teletulua.com.co
`--´ www.teletulua.com.co/~avargas
- -----------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0i for non-commercial use
Charset: noconv
iQA/AwUBOmtGJD5Y0ds6GnIhEQL2RQCgwTqbV642+4j4IRaeDefgHRDWQDIAoIH9
WhWh6VtrYlujs/fz+0wz9GWJ
=8gUk
-----END PGP SIGNATURE-----