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

darbelo at svn.parrot.org darbelo at svn.parrot.org
Tue Jun 1 15:53:07 UTC 2010


Author: darbelo
Date: Tue Jun  1 15:53:07 2010
New Revision: 47258
URL: https://trac.parrot.org/parrot/changeset/47258

Log:
Add headerizer directives to grapheme.h

Modified:
   branches/gsoc_nfg/src/string/grapheme.h

Modified: branches/gsoc_nfg/src/string/grapheme.h
==============================================================================
--- branches/gsoc_nfg/src/string/grapheme.h	Tue Jun  1 15:52:54 2010	(r47257)
+++ branches/gsoc_nfg/src/string/grapheme.h	Tue Jun  1 15:53:07 2010	(r47258)
@@ -31,6 +31,8 @@
 
 typedef struct grapheme_table_t grapheme_table;
 
+/* HEADERIZER BEGIN: src/string/grapheme.c */
+/* HEADERIZER END: src/string/grapheme.c */
 
 #endif /* PARROT_HAS_ICU */
 #endif /* PARROT_GRAPHEME_H_GUARD */


More information about the parrot-commits mailing list