[svn:parrot] r47632 - branches/gsoc_nfg/src/ops
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Tue Jun 15 00:31:23 UTC 2010
Author: darbelo
Date: Tue Jun 15 00:31:23 2010
New Revision: 47632
URL: https://trac.parrot.org/parrot/changeset/47632
Log:
Use the apropiate macro to quiet a warning
Modified:
branches/gsoc_nfg/src/ops/string.ops
Modified: branches/gsoc_nfg/src/ops/string.ops
==============================================================================
--- branches/gsoc_nfg/src/ops/string.ops Tue Jun 15 00:14:01 2010 (r47631)
+++ branches/gsoc_nfg/src/ops/string.ops Tue Jun 15 00:31:23 2010 (r47632)
@@ -383,7 +383,7 @@
$1 = $2->strlen;
break;
case STRINGINFO_EXTRA:
- $1 = $2->extra;
+ $1 = PTR2UINTVAL($2->extra);
break;
default:
{
More information about the parrot-commits
mailing list