comparison dmd/module.h @ 52:0c77619e803b trunk

[svn r56] Initial support for TypeInfo. Enums not work. Several other bugfixes.
author lindquist
date Tue, 23 Oct 2007 05:55:12 +0200
parents c53b6e3fe49a
children fd32135dca3e
comparison
equal deleted inserted replaced
51:61bc1b4ad3c4 52:0c77619e803b
59 const char *arg; // original argument name 59 const char *arg; // original argument name
60 ModuleDeclaration *md; // if !NULL, the contents of the ModuleDeclaration declaration 60 ModuleDeclaration *md; // if !NULL, the contents of the ModuleDeclaration declaration
61 File *srcfile; // input source file 61 File *srcfile; // input source file
62 File *objfile; // output .obj file 62 File *objfile; // output .obj file
63 File *bcfile; // output .bc file 63 File *bcfile; // output .bc file
64 File *llfile; // output .ll file
64 File *hdrfile; // 'header' file 65 File *hdrfile; // 'header' file
65 File *symfile; // output symbol file 66 File *symfile; // output symbol file
66 File *docfile; // output documentation file 67 File *docfile; // output documentation file
67 unsigned errors; // if any errors in file 68 unsigned errors; // if any errors in file
68 unsigned numlines; // number of lines in source file 69 unsigned numlines; // number of lines in source file