diff options
Diffstat (limited to 'gcc/d/dmd/module.h')
-rw-r--r-- | gcc/d/dmd/module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/d/dmd/module.h b/gcc/d/dmd/module.h index 4a20356..f4253d3 100644 --- a/gcc/d/dmd/module.h +++ b/gcc/d/dmd/module.h @@ -76,6 +76,7 @@ public: unsigned numlines; // number of lines in source file int isDocFile; // if it is a documentation input file, not D source bool isPackageFile; // if it is a package.d + Strings contentImportedFiles; // array of files whose content was imported int needmoduleinfo; int selfimports; // 0: don't know, 1: does not, 2: does |