[svn:parrot] r45727 - trunk/src/string/encoding

plobsing at svn.parrot.org plobsing at svn.parrot.org
Fri Apr 16 22:56:12 UTC 2010


Author: plobsing
Date: Fri Apr 16 22:56:12 2010
New Revision: 45727
URL: https://trac.parrot.org/parrot/changeset/45727

Log:
headerizer

Modified:
   trunk/src/string/encoding/fixed_8.c

Modified: trunk/src/string/encoding/fixed_8.c
==============================================================================
--- trunk/src/string/encoding/fixed_8.c	Fri Apr 16 22:42:03 2010	(r45726)
+++ trunk/src/string/encoding/fixed_8.c	Fri Apr 16 22:56:12 2010	(r45727)
@@ -68,10 +68,9 @@
         __attribute__nonnull__(2);
 
 PARROT_WARN_UNUSED_RESULT
-static UINTVAL get_byte(PARROT_INTERP,
+static UINTVAL get_byte(SHIM_INTERP,
     ARGIN(const STRING *source_string),
     UINTVAL offset)
-        __attribute__nonnull__(1)
         __attribute__nonnull__(2);
 
 PARROT_WARN_UNUSED_RESULT
@@ -192,8 +191,7 @@
 #define ASSERT_ARGS_fixed_8_hash __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
        PARROT_ASSERT_ARG(s))
 #define ASSERT_ARGS_get_byte __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
-       PARROT_ASSERT_ARG(interp) \
-    , PARROT_ASSERT_ARG(source_string))
+       PARROT_ASSERT_ARG(source_string))
 #define ASSERT_ARGS_get_bytes __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
        PARROT_ASSERT_ARG(interp) \
     , PARROT_ASSERT_ARG(source_string))


More information about the parrot-commits mailing list