[svn:parrot] r45734 - branches/immutable_strings_part1/include/parrot

petdance at svn.parrot.org petdance at svn.parrot.org
Sat Apr 17 04:13:21 UTC 2010


Author: petdance
Date: Sat Apr 17 04:13:21 2010
New Revision: 45734
URL: https://trac.parrot.org/parrot/changeset/45734

Log:
removed unused macro CHARSET_SET_GRAPHEMES

Modified:
   branches/immutable_strings_part1/include/parrot/charset.h

Modified: branches/immutable_strings_part1/include/parrot/charset.h
==============================================================================
--- branches/immutable_strings_part1/include/parrot/charset.h	Sat Apr 17 04:08:31 2010	(r45733)
+++ branches/immutable_strings_part1/include/parrot/charset.h	Sat Apr 17 04:13:21 2010	(r45734)
@@ -234,7 +234,6 @@
 };
 
 #define CHARSET_GET_GRAPEMES(interp, source, offset, count) ((source)->charset)->get_graphemes((interp), (source), (offset), (count))
-#define CHARSET_SET_GRAPHEMES(interp, source, offset, replace_count, insert) ((source)->charset)->set_graphemes((interp), (source), (offset), (replace_count), (insert))
 #define CHARSET_TO_UNICODE(interp, source, dest) ((source)->charset)->to_unicode((interp), (source), (dest))
 #define CHARSET_COMPOSE(interp, source) ((source)->charset)->compose((interp), (source))
 #define CHARSET_DECOMPOSE(interp, source) ((source)->charset)->decompose((interp), (source))


More information about the parrot-commits mailing list