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: [RFA] Default target escapes to ASCII



I don't suspect there are targets with this problem, but perhaps these
should be individually conditioned, so that the target could override
only the ones that differ?

> +#ifndef TARGET_BELL
> +#  define TARGET_BELL 007
> +#  define TARGET_BS 010
> +#  define TARGET_TAB 011
> +#  define TARGET_NEWLINE 012
> +#  define TARGET_VT 013
> +#  define TARGET_FF 014
> +#  define TARGET_CR 015
> +#endif


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