[svn:parrot] r47437 - branches/gsoc_nfg/src/string

darbelo at svn.parrot.org darbelo at svn.parrot.org
Mon Jun 7 19:37:41 UTC 2010


Author: darbelo
Date: Mon Jun  7 19:37:41 2010
New Revision: 47437
URL: https://trac.parrot.org/parrot/changeset/47437

Log:
Fix non-icu builds and add svn props.

Modified:
   branches/gsoc_nfg/src/string/grapheme.c   (contents, props changed)

Modified: branches/gsoc_nfg/src/string/grapheme.c
==============================================================================
--- branches/gsoc_nfg/src/string/grapheme.c	Mon Jun  7 18:03:08 2010	(r47436)
+++ branches/gsoc_nfg/src/string/grapheme.c	Mon Jun  7 19:37:41 2010	(r47437)
@@ -11,6 +11,9 @@
 /* HEADERIZER BEGIN: static */
 /* HEADERIZER END: static */
 
+
+#if PARROT_HAS_ICU
+
 grapheme_table *
 create_grapheme_table(PARROT_INTERP, UINTVAL n)
 {
@@ -44,6 +47,8 @@
     };
 }
 
+#endif /* PARROT_HAS_ICU */
+
 /*
  * Local variables:
  *   c-file-style: "parrot"


More information about the parrot-commits mailing list