comparison src/dil/ModuleManager.d @ 819:438ed3a72c9d

Added option -d to the compile command.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Thu, 13 Mar 2008 18:59:54 +0100
parents 372fa4fbbb1d
children 80eb3251e010
comparison
equal deleted inserted replaced
818:372fa4fbbb1d 819:438ed3a72c9d
77 } 77 }
78 78
79 return newModule; 79 return newModule;
80 } 80 }
81 81
82 /// Returns the package given a fully package name. 82 /// Returns the package given a f.q. package name.
83 /// Returns the root package for an empty string. 83 /// Returns the root package for an empty string.
84 Package getPackage(string pckgFQN) 84 Package getPackage(string pckgFQN)
85 { 85 {
86 auto pPckg = pckgFQN in packageTable; 86 auto pPckg = pckgFQN in packageTable;
87 if (pPckg) 87 if (pPckg)