This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch to use more safe-ctype macros



> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]