fixed configuration file loading issues on windows

This commit is contained in:
elrood
2008-07-29 21:52:25 +02:00
parent f439de46ab
commit dbe905604b
3 changed files with 13 additions and 7 deletions

View File

@@ -109,7 +109,7 @@ struct Module : Package
Array *versionidsNot; // forward referenced version identifiers
Macro *macrotable; // document comment macros
Escape *escapetable; // document comment escapes
struct Escape *escapetable; // document comment escapes
Module(char *arg, Identifier *ident, int doDocComment, int doHdrGen);
~Module();