comparison trunk/src/dil/Settings.d @ 394:6440da4adb07

Fixed forward references of enum MID complaints by compiler. Fix in cmd.Generate: token whitespace mustn't be printed in printToken().
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Wed, 19 Sep 2007 12:20:11 +0200
parents 33b566df6af4
children ff1d11c27061
comparison
equal deleted inserted replaced
393:fce1e6133dac 394:6440da4adb07
135 } 135 }
136 } 136 }
137 if (messages.length != MID.max+1) 137 if (messages.length != MID.max+1)
138 throw new Exception(Format("messages table in {0} must exactly have {1} entries, but {2} were found.", fileName, MID.max+1, messages.length)); 138 throw new Exception(Format("messages table in {0} must exactly have {1} entries, but {2} were found.", fileName, MID.max+1, messages.length));
139 GlobalSettings.messages = messages; 139 GlobalSettings.messages = messages;
140 dil.Messages.SetMessages(messages);
140 } 141 }
141 } 142 }