This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to use more safe-ctype macros
- To: ghazi at caip dot rutgers dot edu
- Subject: Re: Patch to use more safe-ctype macros
- From: DJ Delorie <dj at redhat dot com>
- Date: Mon, 22 Oct 2001 19:07:04 -0400
- CC: gcc-patches at gcc dot gnu dot org, zack at codesourcery dot com
- References: <200110222126.RAA28174@caip.rutgers.edu>
> No. You may not delete hex_init. You may change it to do nothing,
> but you may not delete it.
Actually, it might be marginally safer to have have hex_init do what
it's always done. It *does* support EBCDIC, sort of. You'd have to
take the loops out and either use a table or individual assignments,
so that the source is independent of the character encodings.