diff options
Diffstat (limited to 'gcc/m2/mc-boot/GFormatStrings.cc')
-rw-r--r-- | gcc/m2/mc-boot/GFormatStrings.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/m2/mc-boot/GFormatStrings.cc b/gcc/m2/mc-boot/GFormatStrings.cc index 36998f6..3c92e6c 100644 --- a/gcc/m2/mc-boot/GFormatStrings.cc +++ b/gcc/m2/mc-boot/GFormatStrings.cc @@ -90,7 +90,7 @@ extern "C" DynamicStrings_String FormatStrings_Sprintf3 (DynamicStrings_String f extern "C" DynamicStrings_String FormatStrings_Sprintf4 (DynamicStrings_String fmt, const unsigned char *w1_, unsigned int _w1_high, const unsigned char *w2_, unsigned int _w2_high, const unsigned char *w3_, unsigned int _w3_high, const unsigned char *w4_, unsigned int _w4_high); /* - HandleEscape - translates \a, \b, \e, \f, + HandleEscape - translates \a, \b, \e, \f, , \r, \x[hex] \[octal] into their respective ascii codes. It also converts \[any] into a single [any] character. @@ -720,7 +720,7 @@ extern "C" DynamicStrings_String FormatStrings_Sprintf4 (DynamicStrings_String f /* - HandleEscape - translates \a, \b, \e, \f, + HandleEscape - translates \a, \b, \e, \f, , \r, \x[hex] \[octal] into their respective ascii codes. It also converts \[any] into a single [any] character. |