Fix another insufficiently parenthesized macro expansion.

This commit is contained in:
Markus Armbruster 2006-04-30 16:25:58 +00:00
parent 6f4a630e9a
commit ce79ad5a19

View file

@ -61,7 +61,7 @@
/* Initializers for members flags... */ /* Initializers for members flags... */
/* Unmapped cache */ /* Unmapped cache */
#define UNMAPPED_CACHE(type, flags) \ #define UNMAPPED_CACHE(type, flags) \
sizeof(type), flags, NULL, 0, 0, 0, 0, -1, NULL, NULL, NULL sizeof(type), (flags), NULL, 0, 0, 0, 0, -1, NULL, NULL, NULL
/* /*
* Mapped cache, array with known size. * Mapped cache, array with known size.
* Members cids, fids are not set. * Members cids, fids are not set.