index 40994b53fb28a2360fd8f705d57e30fe6c7a4ef0..f6229089cd15be313e6053d4065c210f905c89d1 100644 (file)
}
}
- # node type
if ($query_jumble_custom)
{
# Custom function that applies to one field of a node.
- print $jff "\tJUMBLE_CUSTOM($n, $f);\n";
+ print $jff "\tJUMBLE_CUSTOM($n, $f);\n"
+ unless $query_jumble_ignore;
}
elsif (($t =~ /^(\w+)\*$/ or $t =~ /^struct\s+(\w+)\*$/)
and elem 1,ドル @node_types)
{
- # Squash constants if requested.
+ # Node type. Squash constants if requested.
if ($query_jumble_squash)
{
print $jff "\tJUMBLE_ELEMENTS($f);\n"