Index: include/parrot/string_funcs.h
===================================================================
RCS file: /cvs/public/parrot/include/parrot/string_funcs.h,v
retrieving revision 1.36
diff -u -u -r1.36 string_funcs.h
--- include/parrot/string_funcs.h	9 Apr 2004 20:32:24 -0000	1.36
+++ include/parrot/string_funcs.h	13 Apr 2004 20:21:19 -0000
@@ -81,7 +81,7 @@
                STRING *s2, STRING **dest);
 STRING *string_bitwise_not(struct Parrot_Interp *interpreter, STRING *s,
                STRING **dest);
-//void string_iterator_init(struct string_iterator_t *i, const STRING *s);
+/*void string_iterator_init(struct string_iterator_t *i, const STRING *s);*/
 UINTVAL string_decode_and_advance(struct string_iterator_t *i);
 
 size_t string_hash(Interp *interpreter, Hash *hash, STRING *s);
Index: pf/pf_items.c
===================================================================
RCS file: /cvs/public/parrot/pf/pf_items.c,v
retrieving revision 1.16
diff -u -u -r1.16 pf_items.c
--- pf/pf_items.c	11 Apr 2004 09:37:38 -0000	1.16
+++ pf/pf_items.c	13 Apr 2004 20:21:21 -0000
@@ -542,7 +542,7 @@
         {
             encoding_name = "UTF16_OppositeEndian";
         }
-        else // representation == enum_stringrep_four
+        else /* representation == enum_stringrep_four */
         {
             encoding_name = "UTF32_OppositeEndian";
         }
Index: src/string_primitives.c
===================================================================
RCS file: /cvs/public/parrot/src/string_primitives.c,v
retrieving revision 1.6
diff -u -u -r1.6 string_primitives.c
--- src/string_primitives.c	13 Apr 2004 15:17:29 -0000	1.6
+++ src/string_primitives.c	13 Apr 2004 20:21:21 -0000
@@ -130,7 +130,7 @@
     ucnv_close(conv);
 
     if (icuError != U_ZERO_ERROR) {
-        //handle error
+        /* handle error */
         internal_exception(ICU_ERROR,
                 "string_fill_from_buffer: ICU error from ucnv_toUnicode()");
     }
