Use the new-style sparse structure population syntax.
authorDerrik Pates <demon@now.ai>
Wed, 4 Apr 2012 22:16:19 +0000 (16:16 -0600)
committerDerrik Pates <demon@now.ai>
Wed, 4 Apr 2012 22:16:19 +0000 (16:16 -0600)
commit59be515b2d0d982c08816ec8c9c6d67aa674c194
tree0b4f9895369a505d51004012dd1b5ba0a89df2ee
parent48e91793fca961bcf8c0cda9b62aa9deb722a45a
Use the new-style sparse structure population syntax.

The new compiler on Lion (clang?) complained about the population of
_available_ops, due to the use of "old style" sparse struct population
syntax. Changing to "new style" to decrease the number of warnings.
Fuse.xs