[svn:parrot] r46831 - trunk/compilers/imcc
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Thu May 20 21:34:58 UTC 2010
Author: darbelo
Date: Thu May 20 21:34:57 2010
New Revision: 46831
URL: https://trac.parrot.org/parrot/changeset/46831
Log:
[CAGE] Tab police.
Modified:
trunk/compilers/imcc/pbc.c
Modified: trunk/compilers/imcc/pbc.c
==============================================================================
--- trunk/compilers/imcc/pbc.c Thu May 20 21:16:25 2010 (r46830)
+++ trunk/compilers/imcc/pbc.c Thu May 20 21:34:57 2010 (r46831)
@@ -932,7 +932,7 @@
buf = p + 1;
if (strcmp(charset_name, "unicode") == 0 && strcmp(encoding_name, "utf8") == 0) {
/* Special case needed for backward compatibility with utf8 literals
- * using \xHH\xHH byte sequences */
+ * using \xHH\xHH byte sequences */
s = Parrot_str_unescape(interp, buf, '"', "utf8:unicode");
}
else {
More information about the parrot-commits
mailing list