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

bacek at svn.parrot.org bacek at svn.parrot.org
Thu Apr 15 13:15:13 UTC 2010


Author: bacek
Date: Thu Apr 15 13:15:12 2010
New Revision: 45688
URL: https://trac.parrot.org/parrot/changeset/45688

Log:
Rerun headerizer.

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

Modified: branches/immutable_strings_part1/include/parrot/string_funcs.h
==============================================================================
--- branches/immutable_strings_part1/include/parrot/string_funcs.h	Thu Apr 15 12:49:48 2010	(r45687)
+++ branches/immutable_strings_part1/include/parrot/string_funcs.h	Thu Apr 15 13:15:12 2010	(r45688)
@@ -400,12 +400,6 @@
         __attribute__nonnull__(2);
 
 PARROT_EXPORT
-PARROT_WARN_UNUSED_RESULT
-PARROT_PURE_FUNCTION
-UINTVAL string_capacity(SHIM_INTERP, ARGIN(const STRING *s))
-        __attribute__nonnull__(2);
-
-PARROT_EXPORT
 PARROT_CANNOT_RETURN_NULL
 PARROT_WARN_UNUSED_RESULT
 STRING * string_chr(PARROT_INTERP, UINTVAL character)
@@ -615,8 +609,6 @@
        PARROT_ASSERT_ARG(interp))
 #define ASSERT_ARGS_Parrot_string_cstring __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
        PARROT_ASSERT_ARG(str))
-#define ASSERT_ARGS_string_capacity __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
-       PARROT_ASSERT_ARG(s))
 #define ASSERT_ARGS_string_chr __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
        PARROT_ASSERT_ARG(interp))
 #define ASSERT_ARGS_string_increment __attribute__unused__ int _ASSERT_ARGS_CHECK = (\


More information about the parrot-commits mailing list