Fix classification of `module.type' in D lexer.
[deliverable/binutils-gdb.git] / gdb / d-exp.y
index b5265754ed0468537105ecc8ac486e551a54b3e6..8625e41f3ccb30da0ad2cb73c4f0aff3f007c87f 100644 (file)
@@ -648,6 +648,7 @@ type_aggregate_p (struct type *type)
 {
   return (TYPE_CODE (type) == TYPE_CODE_STRUCT
          || TYPE_CODE (type) == TYPE_CODE_UNION
+         || TYPE_CODE (type) == TYPE_CODE_MODULE
          || (TYPE_CODE (type) == TYPE_CODE_ENUM
              && TYPE_DECLARED_CLASS (type)));
 }
This page took 0.024872 seconds and 4 git commands to generate.