[svn:parrot] r40086 - trunk/src
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Tue Jul 14 17:26:00 UTC 2009
Author: NotFound
Date: Tue Jul 14 17:26:00 2009
New Revision: 40086
URL: https://trac.parrot.org/parrot/changeset/40086
Log:
[cage] codingstd parens
Modified:
trunk/src/hash.c
Modified: trunk/src/hash.c
==============================================================================
--- trunk/src/hash.c Tue Jul 14 17:16:22 2009 (r40085)
+++ trunk/src/hash.c Tue Jul 14 17:26:00 2009 (r40086)
@@ -1312,10 +1312,8 @@
|| PObj_constant_TEST((PObj *)key))
&& (
!((hash->entry_type == enum_type_PMC) || (hash->entry_type == enum_type_STRING))
- || PObj_constant_TEST((PObj *)value)
- )
- || !"Use non-constant key or value in constant hash"
- );
+ || PObj_constant_TEST((PObj *)value))
+ || !"Use non-constant key or value in constant hash");
while (bucket) {
/* store hash_val or not */
More information about the parrot-commits
mailing list