X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fattributes.h;h=6da0b0ef9cd71b362b45122bd93c1d8300e17620;hb=e0cbdf0daefcca81be9572aab0deedf945687f5a;hp=56d142e4c23ceb375e7c11e220fa4f34cde62346;hpb=62b5101a28fc2c4a9b8b26a998fb6c4ec12d84c7;p=pspp diff --git a/src/data/attributes.h b/src/data/attributes.h index 56d142e4c2..6da0b0ef9c 100644 --- a/src/data/attributes.h +++ b/src/data/attributes.h @@ -45,6 +45,7 @@ struct attrset { struct hmap map; }; +#define ATTRSET_INITIALIZER(ATTRSET) { .map = HMAP_INITIALIZER((ATTRSET).map) } void attrset_init (struct attrset *); void attrset_clone (struct attrset *, const struct attrset *);