Author: coke Date: Mon Dec 15 10:53:28 2008 New Revision: 33923 Modified: trunk/src/string.c
Log: Allow this function to be used in class.pmc and avoid linkage issues. Patch Courtesy Andrew Dougherty <[email protected]> Modified: trunk/src/string.c ============================================================================== --- trunk/src/string.c (original) +++ trunk/src/string.c Mon Dec 15 10:53:28 2008 @@ -247,7 +247,6 @@ */ -PARROT_INLINE void string_free(PARROT_INTERP, ARGIN(STRING *s)) {
