[svn:parrot] r48176 - branches/gsoc_nfg/include/parrot

darbelo at svn.parrot.org darbelo at svn.parrot.org
Sun Jul 25 23:43:58 UTC 2010


Author: darbelo
Date: Sun Jul 25 23:43:58 2010
New Revision: 48176
URL: https://trac.parrot.org/parrot/changeset/48176

Log:
Remove a misnamed macro for an already removed function.

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

Modified: branches/gsoc_nfg/include/parrot/charset.h
==============================================================================
--- branches/gsoc_nfg/include/parrot/charset.h	Sun Jul 25 23:43:46 2010	(r48175)
+++ branches/gsoc_nfg/include/parrot/charset.h	Sun Jul 25 23:43:58 2010	(r48176)
@@ -234,7 +234,6 @@
     const ENCODING *preferred_encoding;
 };
 
-#define CHARSET_GET_GRAPEMES(interp, source, offset, count) ((source)->charset)->get_graphemes((interp), (source), (offset), (count))
 #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